Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.15 KB

CampaignGroupEntity.md

File metadata and controls

39 lines (20 loc) · 1.15 KB

CampaignGroupEntity

Properties

Name Type Description Notes
CampaignGroups Pointer to []int32 The IDs of the campaign groups that own this entity. [optional]

Methods

GetCampaignGroups

func (o *CampaignGroupEntity) GetCampaignGroups() []int32

GetCampaignGroups returns the CampaignGroups field if non-nil, zero value otherwise.

GetCampaignGroupsOk

func (o *CampaignGroupEntity) GetCampaignGroupsOk() ([]int32, bool)

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

HasCampaignGroups

func (o *CampaignGroupEntity) HasCampaignGroups() bool

HasCampaignGroups returns a boolean if a field has been set.

SetCampaignGroups

func (o *CampaignGroupEntity) SetCampaignGroups(v []int32)

SetCampaignGroups gets a reference to the given []int32 and assigns it to the CampaignGroups field.

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