239 lines
6.7 KiB
Markdown
239 lines
6.7 KiB
Markdown
# SchemaGetSMTPConfigResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Encryption** | Pointer to **string** | \"\" SSL | [optional]
|
|
**FromEmail** | Pointer to **string** | | [optional]
|
|
**FromName** | Pointer to **string** | | [optional]
|
|
**SmtpAuthentication** | Pointer to **bool** | | [optional]
|
|
**SmtpHost** | Pointer to **string** | | [optional]
|
|
**SmtpPassword** | Pointer to **string** | | [optional]
|
|
**SmtpPort** | Pointer to **int32** | | [optional]
|
|
**SmtpUsername** | Pointer to **string** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaGetSMTPConfigResp
|
|
|
|
`func NewSchemaGetSMTPConfigResp() *SchemaGetSMTPConfigResp`
|
|
|
|
NewSchemaGetSMTPConfigResp instantiates a new SchemaGetSMTPConfigResp 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
|
|
|
|
### NewSchemaGetSMTPConfigRespWithDefaults
|
|
|
|
`func NewSchemaGetSMTPConfigRespWithDefaults() *SchemaGetSMTPConfigResp`
|
|
|
|
NewSchemaGetSMTPConfigRespWithDefaults instantiates a new SchemaGetSMTPConfigResp 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
|
|
|
|
### GetEncryption
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetEncryption() string`
|
|
|
|
GetEncryption returns the Encryption field if non-nil, zero value otherwise.
|
|
|
|
### GetEncryptionOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetEncryptionOk() (*string, bool)`
|
|
|
|
GetEncryptionOk returns a tuple with the Encryption field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetEncryption
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetEncryption(v string)`
|
|
|
|
SetEncryption sets Encryption field to given value.
|
|
|
|
### HasEncryption
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasEncryption() bool`
|
|
|
|
HasEncryption returns a boolean if a field has been set.
|
|
|
|
### GetFromEmail
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetFromEmail() string`
|
|
|
|
GetFromEmail returns the FromEmail field if non-nil, zero value otherwise.
|
|
|
|
### GetFromEmailOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetFromEmailOk() (*string, bool)`
|
|
|
|
GetFromEmailOk returns a tuple with the FromEmail field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetFromEmail
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetFromEmail(v string)`
|
|
|
|
SetFromEmail sets FromEmail field to given value.
|
|
|
|
### HasFromEmail
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasFromEmail() bool`
|
|
|
|
HasFromEmail returns a boolean if a field has been set.
|
|
|
|
### GetFromName
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetFromName() string`
|
|
|
|
GetFromName returns the FromName field if non-nil, zero value otherwise.
|
|
|
|
### GetFromNameOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetFromNameOk() (*string, bool)`
|
|
|
|
GetFromNameOk returns a tuple with the FromName field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetFromName
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetFromName(v string)`
|
|
|
|
SetFromName sets FromName field to given value.
|
|
|
|
### HasFromName
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasFromName() bool`
|
|
|
|
HasFromName returns a boolean if a field has been set.
|
|
|
|
### GetSmtpAuthentication
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpAuthentication() bool`
|
|
|
|
GetSmtpAuthentication returns the SmtpAuthentication field if non-nil, zero value otherwise.
|
|
|
|
### GetSmtpAuthenticationOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpAuthenticationOk() (*bool, bool)`
|
|
|
|
GetSmtpAuthenticationOk returns a tuple with the SmtpAuthentication field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSmtpAuthentication
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetSmtpAuthentication(v bool)`
|
|
|
|
SetSmtpAuthentication sets SmtpAuthentication field to given value.
|
|
|
|
### HasSmtpAuthentication
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasSmtpAuthentication() bool`
|
|
|
|
HasSmtpAuthentication returns a boolean if a field has been set.
|
|
|
|
### GetSmtpHost
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpHost() string`
|
|
|
|
GetSmtpHost returns the SmtpHost field if non-nil, zero value otherwise.
|
|
|
|
### GetSmtpHostOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpHostOk() (*string, bool)`
|
|
|
|
GetSmtpHostOk returns a tuple with the SmtpHost field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSmtpHost
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetSmtpHost(v string)`
|
|
|
|
SetSmtpHost sets SmtpHost field to given value.
|
|
|
|
### HasSmtpHost
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasSmtpHost() bool`
|
|
|
|
HasSmtpHost returns a boolean if a field has been set.
|
|
|
|
### GetSmtpPassword
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpPassword() string`
|
|
|
|
GetSmtpPassword returns the SmtpPassword field if non-nil, zero value otherwise.
|
|
|
|
### GetSmtpPasswordOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpPasswordOk() (*string, bool)`
|
|
|
|
GetSmtpPasswordOk returns a tuple with the SmtpPassword field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSmtpPassword
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetSmtpPassword(v string)`
|
|
|
|
SetSmtpPassword sets SmtpPassword field to given value.
|
|
|
|
### HasSmtpPassword
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasSmtpPassword() bool`
|
|
|
|
HasSmtpPassword returns a boolean if a field has been set.
|
|
|
|
### GetSmtpPort
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpPort() int32`
|
|
|
|
GetSmtpPort returns the SmtpPort field if non-nil, zero value otherwise.
|
|
|
|
### GetSmtpPortOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpPortOk() (*int32, bool)`
|
|
|
|
GetSmtpPortOk returns a tuple with the SmtpPort field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSmtpPort
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetSmtpPort(v int32)`
|
|
|
|
SetSmtpPort sets SmtpPort field to given value.
|
|
|
|
### HasSmtpPort
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasSmtpPort() bool`
|
|
|
|
HasSmtpPort returns a boolean if a field has been set.
|
|
|
|
### GetSmtpUsername
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpUsername() string`
|
|
|
|
GetSmtpUsername returns the SmtpUsername field if non-nil, zero value otherwise.
|
|
|
|
### GetSmtpUsernameOk
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) GetSmtpUsernameOk() (*string, bool)`
|
|
|
|
GetSmtpUsernameOk returns a tuple with the SmtpUsername field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSmtpUsername
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) SetSmtpUsername(v string)`
|
|
|
|
SetSmtpUsername sets SmtpUsername field to given value.
|
|
|
|
### HasSmtpUsername
|
|
|
|
`func (o *SchemaGetSMTPConfigResp) HasSmtpUsername() bool`
|
|
|
|
HasSmtpUsername returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|