Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Name of the campaign template parameter. | |
Type | Pointer to string | Defines the type of parameter value. | |
Description | Pointer to string | Explains the meaning of this template parameter and the placeholder value that will define it. It is used on campaign creation from this template. | |
AttributeId | Pointer to int32 | ID of the corresponding attribute. | [optional] |
func (o *CampaignTemplateParams) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CampaignTemplateParams) GetNameOk() (string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignTemplateParams) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CampaignTemplateParams) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *CampaignTemplateParams) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CampaignTemplateParams) 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 *CampaignTemplateParams) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CampaignTemplateParams) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (o *CampaignTemplateParams) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CampaignTemplateParams) GetDescriptionOk() (string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignTemplateParams) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CampaignTemplateParams) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *CampaignTemplateParams) GetAttributeId() int32
GetAttributeId returns the AttributeId field if non-nil, zero value otherwise.
func (o *CampaignTemplateParams) GetAttributeIdOk() (int32, bool)
GetAttributeIdOk returns a tuple with the AttributeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignTemplateParams) HasAttributeId() bool
HasAttributeId returns a boolean if a field has been set.
func (o *CampaignTemplateParams) SetAttributeId(v int32)
SetAttributeId gets a reference to the given int32 and assigns it to the AttributeId field.