Name | Type | Description | Notes |
---|---|---|---|
CampaignGroups | Pointer to []int32 | The IDs of the campaign groups that own this entity. | [optional] |
func (o *CampaignGroupEntity) GetCampaignGroups() []int32
GetCampaignGroups returns the CampaignGroups field if non-nil, zero value otherwise.
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.
func (o *CampaignGroupEntity) HasCampaignGroups() bool
HasCampaignGroups returns a boolean if a field has been set.
func (o *CampaignGroupEntity) SetCampaignGroups(v []int32)
SetCampaignGroups gets a reference to the given []int32 and assigns it to the CampaignGroups field.