Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Internal ID of this entity. | |
Created | Pointer to time.Time | The time this entity was created. | |
CampaignId | Pointer to int32 | The ID of the campaign that owns this entity. | |
StoreId | Pointer to int32 | The ID of the store. | |
Limits | Pointer to []LimitConfig | The set of budget limits for stores linked to the campaign. |
func (o *CampaignStoreBudget) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CampaignStoreBudget) GetIdOk() (int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignStoreBudget) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CampaignStoreBudget) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *CampaignStoreBudget) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CampaignStoreBudget) GetCreatedOk() (time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignStoreBudget) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *CampaignStoreBudget) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *CampaignStoreBudget) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *CampaignStoreBudget) GetCampaignIdOk() (int32, bool)
GetCampaignIdOk returns a tuple with the CampaignId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignStoreBudget) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *CampaignStoreBudget) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.
func (o *CampaignStoreBudget) GetStoreId() int32
GetStoreId returns the StoreId field if non-nil, zero value otherwise.
func (o *CampaignStoreBudget) GetStoreIdOk() (int32, bool)
GetStoreIdOk returns a tuple with the StoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignStoreBudget) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (o *CampaignStoreBudget) SetStoreId(v int32)
SetStoreId gets a reference to the given int32 and assigns it to the StoreId field.
func (o *CampaignStoreBudget) GetLimits() []LimitConfig
GetLimits returns the Limits field if non-nil, zero value otherwise.
func (o *CampaignStoreBudget) GetLimitsOk() ([]LimitConfig, bool)
GetLimitsOk returns a tuple with the Limits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignStoreBudget) HasLimits() bool
HasLimits returns a boolean if a field has been set.
func (o *CampaignStoreBudget) SetLimits(v []LimitConfig)
SetLimits gets a reference to the given []LimitConfig and assigns it to the Limits field.