Name | Type | Description | Notes |
---|---|---|---|
TotalResultSize | Pointer to int32 | ||
Data | Pointer to []CampaignNotification |
func (o *BulkCampaignNotification) GetTotalResultSize() int32
GetTotalResultSize returns the TotalResultSize field if non-nil, zero value otherwise.
func (o *BulkCampaignNotification) GetTotalResultSizeOk() (int32, bool)
GetTotalResultSizeOk returns a tuple with the TotalResultSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkCampaignNotification) HasTotalResultSize() bool
HasTotalResultSize returns a boolean if a field has been set.
func (o *BulkCampaignNotification) SetTotalResultSize(v int32)
SetTotalResultSize gets a reference to the given int32 and assigns it to the TotalResultSize field.
func (o *BulkCampaignNotification) GetData() []CampaignNotification
GetData returns the Data field if non-nil, zero value otherwise.
func (o *BulkCampaignNotification) GetDataOk() ([]CampaignNotification, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkCampaignNotification) HasData() bool
HasData returns a boolean if a field has been set.
func (o *BulkCampaignNotification) SetData(v []CampaignNotification)
SetData gets a reference to the given []CampaignNotification and assigns it to the Data field.