Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | Indicates the node type. | |
CampaignId | Pointer to int32 | ID of the campaign |
func (o *CampaignSetLeafNode) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CampaignSetLeafNode) GetTypeOk() (string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignSetLeafNode) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CampaignSetLeafNode) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (o *CampaignSetLeafNode) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *CampaignSetLeafNode) 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 *CampaignSetLeafNode) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *CampaignSetLeafNode) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.