Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to int32 | The ID of the application that owns this entity. | |
Version | Pointer to int32 | Version of the campaign set. | |
Set | Pointer to CampaignSetBranchNode |
func (o *NewCampaignSet) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *NewCampaignSet) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignSet) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *NewCampaignSet) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *NewCampaignSet) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *NewCampaignSet) GetVersionOk() (int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignSet) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *NewCampaignSet) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (o *NewCampaignSet) GetSet() CampaignSetBranchNode
GetSet returns the Set field if non-nil, zero value otherwise.
func (o *NewCampaignSet) GetSetOk() (CampaignSetBranchNode, bool)
GetSetOk returns a tuple with the Set field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCampaignSet) HasSet() bool
HasSet returns a boolean if a field has been set.
func (o *NewCampaignSet) SetSet(v CampaignSetBranchNode)
SetSet gets a reference to the given CampaignSetBranchNode and assigns it to the Set field.