Name | Type | Description | Notes |
---|---|---|---|
Action | Pointer to string | ||
StoreLimits | Pointer to []NewCampaignStoreBudgetStoreLimit | The set of budget limits for stores linked to the campaign. | |
Period | Pointer to string | [optional] |
func (o *NewCampaignStoreBudget) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *NewCampaignStoreBudget) GetActionOk() (string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignStoreBudget) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *NewCampaignStoreBudget) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (o *NewCampaignStoreBudget) GetStoreLimits() []NewCampaignStoreBudgetStoreLimit
GetStoreLimits returns the StoreLimits field if non-nil, zero value otherwise.
func (o *NewCampaignStoreBudget) GetStoreLimitsOk() ([]NewCampaignStoreBudgetStoreLimit, bool)
GetStoreLimitsOk returns a tuple with the StoreLimits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignStoreBudget) HasStoreLimits() bool
HasStoreLimits returns a boolean if a field has been set.
func (o *NewCampaignStoreBudget) SetStoreLimits(v []NewCampaignStoreBudgetStoreLimit)
SetStoreLimits gets a reference to the given []NewCampaignStoreBudgetStoreLimit and assigns it to the StoreLimits field.
func (o *NewCampaignStoreBudget) GetPeriod() string
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *NewCampaignStoreBudget) GetPeriodOk() (string, bool)
GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignStoreBudget) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (o *NewCampaignStoreBudget) SetPeriod(v string)
SetPeriod gets a reference to the given string and assigns it to the Period field.