Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
LastUpdated | string | ||
DataVariables | []string |
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
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
func (o *TransactionalEmail) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *TransactionalEmail) SetId(v string)
SetId sets Id field to given value.
func (o *TransactionalEmail) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *TransactionalEmail) SetName(v string)
SetName sets Name field to given value.
func (o *TransactionalEmail) GetLastUpdated() string
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
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.
func (o *TransactionalEmail) SetLastUpdated(v string)
SetLastUpdated sets LastUpdated field to given value.
func (o *TransactionalEmail) GetDataVariables() []string
GetDataVariables returns the DataVariables field if non-nil, zero value otherwise.
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.
func (o *TransactionalEmail) SetDataVariables(v []string)
SetDataVariables sets DataVariables field to given value.