Name | Type | Description | Notes |
---|---|---|---|
CampaignId | Pointer to int32 | ID of the campaign | [optional] |
func (o *CampaignSetIDs) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *CampaignSetIDs) GetCampaignIdOk() (int32, bool)
GetCampaignIdOk returns a tuple with the CampaignId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignSetIDs) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *CampaignSetIDs) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.