Name | Type | Description | Notes |
---|---|---|---|
Disabled | Pointer to int32 | Number of disabled campaigns. | |
Scheduled | Pointer to int32 | Number of scheduled campaigns. | |
Running | Pointer to int32 | Number of running campaigns. | |
Expired | Pointer to int32 | Number of expired campaigns. | |
Archived | Pointer to int32 | Number of archived campaigns. |
func (o *ApplicationCampaignStats) GetDisabled() int32
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *ApplicationCampaignStats) GetDisabledOk() (int32, bool)
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationCampaignStats) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (o *ApplicationCampaignStats) SetDisabled(v int32)
SetDisabled gets a reference to the given int32 and assigns it to the Disabled field.
func (o *ApplicationCampaignStats) GetScheduled() int32
GetScheduled returns the Scheduled field if non-nil, zero value otherwise.
func (o *ApplicationCampaignStats) GetScheduledOk() (int32, bool)
GetScheduledOk returns a tuple with the Scheduled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationCampaignStats) HasScheduled() bool
HasScheduled returns a boolean if a field has been set.
func (o *ApplicationCampaignStats) SetScheduled(v int32)
SetScheduled gets a reference to the given int32 and assigns it to the Scheduled field.
func (o *ApplicationCampaignStats) GetRunning() int32
GetRunning returns the Running field if non-nil, zero value otherwise.
func (o *ApplicationCampaignStats) GetRunningOk() (int32, bool)
GetRunningOk returns a tuple with the Running field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationCampaignStats) HasRunning() bool
HasRunning returns a boolean if a field has been set.
func (o *ApplicationCampaignStats) SetRunning(v int32)
SetRunning gets a reference to the given int32 and assigns it to the Running field.
func (o *ApplicationCampaignStats) GetExpired() int32
GetExpired returns the Expired field if non-nil, zero value otherwise.
func (o *ApplicationCampaignStats) GetExpiredOk() (int32, bool)
GetExpiredOk returns a tuple with the Expired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationCampaignStats) HasExpired() bool
HasExpired returns a boolean if a field has been set.
func (o *ApplicationCampaignStats) SetExpired(v int32)
SetExpired gets a reference to the given int32 and assigns it to the Expired field.
func (o *ApplicationCampaignStats) GetArchived() int32
GetArchived returns the Archived field if non-nil, zero value otherwise.
func (o *ApplicationCampaignStats) GetArchivedOk() (int32, bool)
GetArchivedOk returns a tuple with the Archived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationCampaignStats) HasArchived() bool
HasArchived returns a boolean if a field has been set.
func (o *ApplicationCampaignStats) SetArchived(v int32)
SetArchived gets a reference to the given int32 and assigns it to the Archived field.