Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.42 KB

SummaryCampaignStoreBudget.md

File metadata and controls

91 lines (48 loc) · 2.42 KB

SummaryCampaignStoreBudget

Properties

Name Type Description Notes
Action Pointer to string
Period Pointer to string [optional]
StoreCount Pointer to int32

Methods

GetAction

func (o *SummaryCampaignStoreBudget) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

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.

HasAction

func (o *SummaryCampaignStoreBudget) HasAction() bool

HasAction returns a boolean if a field has been set.

SetAction

func (o *SummaryCampaignStoreBudget) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

GetPeriod

func (o *SummaryCampaignStoreBudget) GetPeriod() string

GetPeriod returns the Period field if non-nil, zero value otherwise.

GetPeriodOk

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.

HasPeriod

func (o *SummaryCampaignStoreBudget) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

SetPeriod

func (o *SummaryCampaignStoreBudget) SetPeriod(v string)

SetPeriod gets a reference to the given string and assigns it to the Period field.

GetStoreCount

func (o *SummaryCampaignStoreBudget) GetStoreCount() int32

GetStoreCount returns the StoreCount field if non-nil, zero value otherwise.

GetStoreCountOk

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.

HasStoreCount

func (o *SummaryCampaignStoreBudget) HasStoreCount() bool

HasStoreCount returns a boolean if a field has been set.

SetStoreCount

func (o *SummaryCampaignStoreBudget) SetStoreCount(v int32)

SetStoreCount gets a reference to the given int32 and assigns it to the StoreCount field.

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