Name | Type | Description | Notes |
---|---|---|---|
Live | Pointer to int32 | Number of campaigns that are active and live (across all Applications). | |
EndingSoon | Pointer to int32 | Campaigns scheduled to expire sometime in the next 7 days. | |
LowOnBudget | Pointer to int32 | Campaigns with less than 10% of budget left. |
func (o *AccountDashboardStatisticCampaigns) GetLive() int32
GetLive returns the Live field if non-nil, zero value otherwise.
func (o *AccountDashboardStatisticCampaigns) GetLiveOk() (int32, bool)
GetLiveOk returns a tuple with the Live field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatisticCampaigns) HasLive() bool
HasLive returns a boolean if a field has been set.
func (o *AccountDashboardStatisticCampaigns) SetLive(v int32)
SetLive gets a reference to the given int32 and assigns it to the Live field.
func (o *AccountDashboardStatisticCampaigns) GetEndingSoon() int32
GetEndingSoon returns the EndingSoon field if non-nil, zero value otherwise.
func (o *AccountDashboardStatisticCampaigns) GetEndingSoonOk() (int32, bool)
GetEndingSoonOk returns a tuple with the EndingSoon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatisticCampaigns) HasEndingSoon() bool
HasEndingSoon returns a boolean if a field has been set.
func (o *AccountDashboardStatisticCampaigns) SetEndingSoon(v int32)
SetEndingSoon gets a reference to the given int32 and assigns it to the EndingSoon field.
func (o *AccountDashboardStatisticCampaigns) GetLowOnBudget() int32
GetLowOnBudget returns the LowOnBudget field if non-nil, zero value otherwise.
func (o *AccountDashboardStatisticCampaigns) GetLowOnBudgetOk() (int32, bool)
GetLowOnBudgetOk returns a tuple with the LowOnBudget field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountDashboardStatisticCampaigns) HasLowOnBudget() bool
HasLowOnBudget returns a boolean if a field has been set.
func (o *AccountDashboardStatisticCampaigns) SetLowOnBudget(v int32)
SetLowOnBudget gets a reference to the given int32 and assigns it to the LowOnBudget field.