Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.72 KB

GenerateRuleTitle.md

File metadata and controls

65 lines (34 loc) · 1.72 KB

GenerateRuleTitle

Properties

Name Type Description Notes
Rule Pointer to GenerateRuleTitleRule
Currency Pointer to string Currency for the campaign.

Methods

GetRule

func (o *GenerateRuleTitle) GetRule() GenerateRuleTitleRule

GetRule returns the Rule field if non-nil, zero value otherwise.

GetRuleOk

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.

HasRule

func (o *GenerateRuleTitle) HasRule() bool

HasRule returns a boolean if a field has been set.

SetRule

func (o *GenerateRuleTitle) SetRule(v GenerateRuleTitleRule)

SetRule gets a reference to the given GenerateRuleTitleRule and assigns it to the Rule field.

GetCurrency

func (o *GenerateRuleTitle) GetCurrency() string

GetCurrency returns the Currency field if non-nil, zero value otherwise.

GetCurrencyOk

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.

HasCurrency

func (o *GenerateRuleTitle) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

SetCurrency

func (o *GenerateRuleTitle) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

[Back to Model list] [Back to API list] [Back to README]