Name | Type | Description | Notes |
---|---|---|---|
Rule | Pointer to GenerateRuleTitleRule | ||
Currency | Pointer to string | Currency for the campaign. |
func (o *GenerateRuleTitle) GetRule() GenerateRuleTitleRule
GetRule returns the Rule field if non-nil, zero value otherwise.
func (o *GenerateRuleTitle) GetRuleOk() (GenerateRuleTitleRule, bool)
GetRuleOk returns a tuple with the Rule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateRuleTitle) HasRule() bool
HasRule returns a boolean if a field has been set.
func (o *GenerateRuleTitle) SetRule(v GenerateRuleTitleRule)
SetRule gets a reference to the given GenerateRuleTitleRule and assigns it to the Rule field.
func (o *GenerateRuleTitle) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *GenerateRuleTitle) GetCurrencyOk() (string, bool)
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateRuleTitle) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *GenerateRuleTitle) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.