Name | Type | Description | Notes |
---|---|---|---|
Action | Pointer to string | ||
Period | Pointer to string | [optional] | |
StoreCount | Pointer to int32 |
func (o *SummaryCampaignStoreBudget) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *SummaryCampaignStoreBudget) 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 *SummaryCampaignStoreBudget) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *SummaryCampaignStoreBudget) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (o *SummaryCampaignStoreBudget) GetPeriod() string
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *SummaryCampaignStoreBudget) 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 *SummaryCampaignStoreBudget) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (o *SummaryCampaignStoreBudget) SetPeriod(v string)
SetPeriod gets a reference to the given string and assigns it to the Period field.
func (o *SummaryCampaignStoreBudget) GetStoreCount() int32
GetStoreCount returns the StoreCount field if non-nil, zero value otherwise.
func (o *SummaryCampaignStoreBudget) GetStoreCountOk() (int32, bool)
GetStoreCountOk returns a tuple with the StoreCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SummaryCampaignStoreBudget) HasStoreCount() bool
HasStoreCount returns a boolean if a field has been set.
func (o *SummaryCampaignStoreBudget) SetStoreCount(v int32)
SetStoreCount gets a reference to the given int32 and assigns it to the StoreCount field.