Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.9 KB

BulkOperationOnCampaigns.md

File metadata and controls

65 lines (34 loc) · 1.9 KB

BulkOperationOnCampaigns

Properties

Name Type Description Notes
Operation Pointer to string The operation to perform on the specified campaign IDs.
CampaignIds Pointer to []int32 The list of campaign IDs on which the operation will be performed.

Methods

GetOperation

func (o *BulkOperationOnCampaigns) GetOperation() string

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

func (o *BulkOperationOnCampaigns) GetOperationOk() (string, bool)

GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasOperation

func (o *BulkOperationOnCampaigns) HasOperation() bool

HasOperation returns a boolean if a field has been set.

SetOperation

func (o *BulkOperationOnCampaigns) SetOperation(v string)

SetOperation gets a reference to the given string and assigns it to the Operation field.

GetCampaignIds

func (o *BulkOperationOnCampaigns) GetCampaignIds() []int32

GetCampaignIds returns the CampaignIds field if non-nil, zero value otherwise.

GetCampaignIdsOk

func (o *BulkOperationOnCampaigns) GetCampaignIdsOk() ([]int32, bool)

GetCampaignIdsOk returns a tuple with the CampaignIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasCampaignIds

func (o *BulkOperationOnCampaigns) HasCampaignIds() bool

HasCampaignIds returns a boolean if a field has been set.

SetCampaignIds

func (o *BulkOperationOnCampaigns) SetCampaignIds(v []int32)

SetCampaignIds gets a reference to the given []int32 and assigns it to the CampaignIds field.

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