Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
FlowSet | Pointer to []FlowSetRequest | [optional] | |
UseGlobalSettings | Pointer to bool | When enabled, global Email connection settings will be used and connection settings below will be ignored. | [optional] |
Host | Pointer to string | [optional] | |
Port | Pointer to int32 | [optional] | |
Username | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
UseTls | Pointer to bool | [optional] | |
UseSsl | Pointer to bool | [optional] | |
Timeout | Pointer to int32 | [optional] | |
FromAddress | Pointer to string | [optional] | |
TokenExpiry | Pointer to int32 | Time in minutes the token sent is valid. | [optional] |
Subject | Pointer to string | [optional] | |
Template | Pointer to string | [optional] | |
ActivateUserOnSuccess | Pointer to bool | Activate users upon completion of stage. | [optional] |
func NewPatchedEmailStageRequest() *PatchedEmailStageRequest
NewPatchedEmailStageRequest instantiates a new PatchedEmailStageRequest 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 NewPatchedEmailStageRequestWithDefaults() *PatchedEmailStageRequest
NewPatchedEmailStageRequestWithDefaults instantiates a new PatchedEmailStageRequest 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 *PatchedEmailStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) 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 *PatchedEmailStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedEmailStageRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetFlowSetOk() (*[]FlowSetRequest, bool)
GetFlowSetOk returns a tuple with the FlowSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *PatchedEmailStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetUseGlobalSettings() bool
GetUseGlobalSettings returns the UseGlobalSettings field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetUseGlobalSettingsOk() (*bool, bool)
GetUseGlobalSettingsOk returns a tuple with the UseGlobalSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetUseGlobalSettings(v bool)
SetUseGlobalSettings sets UseGlobalSettings field to given value.
func (o *PatchedEmailStageRequest) HasUseGlobalSettings() bool
HasUseGlobalSettings returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetHost(v string)
SetHost sets Host field to given value.
func (o *PatchedEmailStageRequest) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetPort(v int32)
SetPort sets Port field to given value.
func (o *PatchedEmailStageRequest) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *PatchedEmailStageRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *PatchedEmailStageRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetUseTls() bool
GetUseTls returns the UseTls field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetUseTlsOk() (*bool, bool)
GetUseTlsOk returns a tuple with the UseTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetUseTls(v bool)
SetUseTls sets UseTls field to given value.
func (o *PatchedEmailStageRequest) HasUseTls() bool
HasUseTls returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetUseSsl() bool
GetUseSsl returns the UseSsl field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetUseSslOk() (*bool, bool)
GetUseSslOk returns a tuple with the UseSsl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetUseSsl(v bool)
SetUseSsl sets UseSsl field to given value.
func (o *PatchedEmailStageRequest) HasUseSsl() bool
HasUseSsl returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetTimeout() int32
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetTimeoutOk() (*int32, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetTimeout(v int32)
SetTimeout sets Timeout field to given value.
func (o *PatchedEmailStageRequest) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetFromAddress() string
GetFromAddress returns the FromAddress field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetFromAddressOk() (*string, bool)
GetFromAddressOk returns a tuple with the FromAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetFromAddress(v string)
SetFromAddress sets FromAddress field to given value.
func (o *PatchedEmailStageRequest) HasFromAddress() bool
HasFromAddress returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetTokenExpiry() int32
GetTokenExpiry returns the TokenExpiry field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetTokenExpiryOk() (*int32, bool)
GetTokenExpiryOk returns a tuple with the TokenExpiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetTokenExpiry(v int32)
SetTokenExpiry sets TokenExpiry field to given value.
func (o *PatchedEmailStageRequest) HasTokenExpiry() bool
HasTokenExpiry returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *PatchedEmailStageRequest) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetTemplateOk() (*string, 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.
func (o *PatchedEmailStageRequest) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *PatchedEmailStageRequest) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *PatchedEmailStageRequest) GetActivateUserOnSuccess() bool
GetActivateUserOnSuccess returns the ActivateUserOnSuccess field if non-nil, zero value otherwise.
func (o *PatchedEmailStageRequest) GetActivateUserOnSuccessOk() (*bool, bool)
GetActivateUserOnSuccessOk returns a tuple with the ActivateUserOnSuccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEmailStageRequest) SetActivateUserOnSuccess(v bool)
SetActivateUserOnSuccess sets ActivateUserOnSuccess field to given value.
func (o *PatchedEmailStageRequest) HasActivateUserOnSuccess() bool
HasActivateUserOnSuccess returns a boolean if a field has been set.