Name | Type | Description | Notes |
---|---|---|---|
RulesetID | Pointer to int32 | ID of a ruleset. | |
Currency | Pointer to string | Currency for the campaign. |
func (o *GenerateCampaignDescription) GetRulesetID() int32
GetRulesetID returns the RulesetID field if non-nil, zero value otherwise.
func (o *GenerateCampaignDescription) GetRulesetIDOk() (int32, bool)
GetRulesetIDOk returns a tuple with the RulesetID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCampaignDescription) HasRulesetID() bool
HasRulesetID returns a boolean if a field has been set.
func (o *GenerateCampaignDescription) SetRulesetID(v int32)
SetRulesetID gets a reference to the given int32 and assigns it to the RulesetID field.
func (o *GenerateCampaignDescription) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *GenerateCampaignDescription) 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 *GenerateCampaignDescription) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *GenerateCampaignDescription) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.