Skip to content

Latest commit

 

History

History
117 lines (62 loc) · 3.31 KB

CampaignTemplateParams.md

File metadata and controls

117 lines (62 loc) · 3.31 KB

CampaignTemplateParams

Properties

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]

Methods

GetName

func (o *CampaignTemplateParams) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

HasName

func (o *CampaignTemplateParams) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *CampaignTemplateParams) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

GetType

func (o *CampaignTemplateParams) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

HasType

func (o *CampaignTemplateParams) HasType() bool

HasType returns a boolean if a field has been set.

SetType

func (o *CampaignTemplateParams) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

GetDescription

func (o *CampaignTemplateParams) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

HasDescription

func (o *CampaignTemplateParams) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescription

func (o *CampaignTemplateParams) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

GetAttributeId

func (o *CampaignTemplateParams) GetAttributeId() int32

GetAttributeId returns the AttributeId field if non-nil, zero value otherwise.

GetAttributeIdOk

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.

HasAttributeId

func (o *CampaignTemplateParams) HasAttributeId() bool

HasAttributeId returns a boolean if a field has been set.

SetAttributeId

func (o *CampaignTemplateParams) SetAttributeId(v int32)

SetAttributeId gets a reference to the given int32 and assigns it to the AttributeId field.

[Back to Model list] [Back to API list] [Back to README]