Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to int32 | The ID of the application that owns this entity. | |
Id | Pointer to int32 | Internal ID of this entity. | |
Version | Pointer to int32 | Version of the campaign set. | |
Set | Pointer to CampaignSetBranchNode | ||
UpdatedBy | Pointer to string | Name of the user who last updated this campaign set, if available. | [optional] |
func (o *CampaignSet) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *CampaignSet) 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 *CampaignSet) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *CampaignSet) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *CampaignSet) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CampaignSet) GetIdOk() (int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignSet) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CampaignSet) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *CampaignSet) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *CampaignSet) 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 *CampaignSet) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *CampaignSet) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (o *CampaignSet) GetSet() CampaignSetBranchNode
GetSet returns the Set field if non-nil, zero value otherwise.
func (o *CampaignSet) 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 *CampaignSet) HasSet() bool
HasSet returns a boolean if a field has been set.
func (o *CampaignSet) SetSet(v CampaignSetBranchNode)
SetSet gets a reference to the given CampaignSetBranchNode and assigns it to the Set field.
func (o *CampaignSet) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.
func (o *CampaignSet) GetUpdatedByOk() (string, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignSet) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (o *CampaignSet) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given string and assigns it to the UpdatedBy field.