Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.84 KB

EmailCustomizationAllOfLinks.md

File metadata and controls

134 lines (73 loc) · 3.84 KB

EmailCustomizationAllOfLinks

Properties

Name Type Description Notes
Self Pointer to HrefObject [optional]
Template Pointer to HrefObject [optional]
Preview Pointer to HrefObject [optional]
Test Pointer to HrefObject [optional]

Methods

NewEmailCustomizationAllOfLinks

func NewEmailCustomizationAllOfLinks() *EmailCustomizationAllOfLinks

NewEmailCustomizationAllOfLinks instantiates a new EmailCustomizationAllOfLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewEmailCustomizationAllOfLinksWithDefaults

func NewEmailCustomizationAllOfLinksWithDefaults() *EmailCustomizationAllOfLinks

NewEmailCustomizationAllOfLinksWithDefaults instantiates a new EmailCustomizationAllOfLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetSelf

func (o *EmailCustomizationAllOfLinks) GetSelf() HrefObject

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *EmailCustomizationAllOfLinks) GetSelfOk() (*HrefObject, bool)

GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelf

func (o *EmailCustomizationAllOfLinks) SetSelf(v HrefObject)

SetSelf sets Self field to given value.

HasSelf

func (o *EmailCustomizationAllOfLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetTemplate

func (o *EmailCustomizationAllOfLinks) GetTemplate() HrefObject

GetTemplate returns the Template field if non-nil, zero value otherwise.

GetTemplateOk

func (o *EmailCustomizationAllOfLinks) GetTemplateOk() (*HrefObject, bool)

GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTemplate

func (o *EmailCustomizationAllOfLinks) SetTemplate(v HrefObject)

SetTemplate sets Template field to given value.

HasTemplate

func (o *EmailCustomizationAllOfLinks) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

GetPreview

func (o *EmailCustomizationAllOfLinks) GetPreview() HrefObject

GetPreview returns the Preview field if non-nil, zero value otherwise.

GetPreviewOk

func (o *EmailCustomizationAllOfLinks) GetPreviewOk() (*HrefObject, bool)

GetPreviewOk returns a tuple with the Preview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPreview

func (o *EmailCustomizationAllOfLinks) SetPreview(v HrefObject)

SetPreview sets Preview field to given value.

HasPreview

func (o *EmailCustomizationAllOfLinks) HasPreview() bool

HasPreview returns a boolean if a field has been set.

GetTest

func (o *EmailCustomizationAllOfLinks) GetTest() HrefObject

GetTest returns the Test field if non-nil, zero value otherwise.

GetTestOk

func (o *EmailCustomizationAllOfLinks) GetTestOk() (*HrefObject, bool)

GetTestOk returns a tuple with the Test field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTest

func (o *EmailCustomizationAllOfLinks) SetTest(v HrefObject)

SetTest sets Test field to given value.

HasTest

func (o *EmailCustomizationAllOfLinks) HasTest() bool

HasTest returns a boolean if a field has been set.

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