Skip to content

Files

Latest commit

 

History

History
114 lines (61 loc) · 3.07 KB

TransactionalEmail.md

File metadata and controls

114 lines (61 loc) · 3.07 KB

TransactionalEmail

Properties

Name Type Description Notes
Id string
Name string
LastUpdated string
DataVariables []string

Methods

NewTransactionalEmail

func NewTransactionalEmail(id string, name string, lastUpdated string, dataVariables []string, ) *TransactionalEmail

NewTransactionalEmail instantiates a new TransactionalEmail 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

NewTransactionalEmailWithDefaults

func NewTransactionalEmailWithDefaults() *TransactionalEmail

NewTransactionalEmailWithDefaults instantiates a new TransactionalEmail 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

GetId

func (o *TransactionalEmail) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *TransactionalEmail) GetIdOk() (*string, 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.

SetId

func (o *TransactionalEmail) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *TransactionalEmail) GetName() string

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

GetNameOk

func (o *TransactionalEmail) 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.

SetName

func (o *TransactionalEmail) SetName(v string)

SetName sets Name field to given value.

GetLastUpdated

func (o *TransactionalEmail) GetLastUpdated() string

GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.

GetLastUpdatedOk

func (o *TransactionalEmail) GetLastUpdatedOk() (*string, bool)

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

SetLastUpdated

func (o *TransactionalEmail) SetLastUpdated(v string)

SetLastUpdated sets LastUpdated field to given value.

GetDataVariables

func (o *TransactionalEmail) GetDataVariables() []string

GetDataVariables returns the DataVariables field if non-nil, zero value otherwise.

GetDataVariablesOk

func (o *TransactionalEmail) GetDataVariablesOk() (*[]string, bool)

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

SetDataVariables

func (o *TransactionalEmail) SetDataVariables(v []string)

SetDataVariables sets DataVariables field to given value.

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