Name | Type | Description | Notes |
---|---|---|---|
ApiKey | Pointer to string | [optional] | |
ImapFqdn | Pointer to string | [optional] | |
ImapPassword | Pointer to string | [optional] | |
ImapPort | Pointer to string | [optional] | |
ImapUser | Pointer to string | [optional] | |
Timeout | Pointer to int64 | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
ValidationEmail | Pointer to string | [optional] |
func NewZeroSSLTargetDetails() *ZeroSSLTargetDetails
NewZeroSSLTargetDetails instantiates a new ZeroSSLTargetDetails 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 NewZeroSSLTargetDetailsWithDefaults() *ZeroSSLTargetDetails
NewZeroSSLTargetDetailsWithDefaults instantiates a new ZeroSSLTargetDetails 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 *ZeroSSLTargetDetails) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *ZeroSSLTargetDetails) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZeroSSLTargetDetails) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *ZeroSSLTargetDetails) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *ZeroSSLTargetDetails) GetImapFqdn() string
GetImapFqdn returns the ImapFqdn field if non-nil, zero value otherwise.
func (o *ZeroSSLTargetDetails) GetImapFqdnOk() (*string, bool)
GetImapFqdnOk returns a tuple with the ImapFqdn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZeroSSLTargetDetails) SetImapFqdn(v string)
SetImapFqdn sets ImapFqdn field to given value.
func (o *ZeroSSLTargetDetails) HasImapFqdn() bool
HasImapFqdn returns a boolean if a field has been set.
func (o *ZeroSSLTargetDetails) GetImapPassword() string
GetImapPassword returns the ImapPassword field if non-nil, zero value otherwise.
func (o *ZeroSSLTargetDetails) GetImapPasswordOk() (*string, bool)
GetImapPasswordOk returns a tuple with the ImapPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZeroSSLTargetDetails) SetImapPassword(v string)
SetImapPassword sets ImapPassword field to given value.
func (o *ZeroSSLTargetDetails) HasImapPassword() bool
HasImapPassword returns a boolean if a field has been set.
func (o *ZeroSSLTargetDetails) GetImapPort() string
GetImapPort returns the ImapPort field if non-nil, zero value otherwise.
func (o *ZeroSSLTargetDetails) GetImapPortOk() (*string, bool)
GetImapPortOk returns a tuple with the ImapPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZeroSSLTargetDetails) SetImapPort(v string)
SetImapPort sets ImapPort field to given value.
func (o *ZeroSSLTargetDetails) HasImapPort() bool
HasImapPort returns a boolean if a field has been set.
func (o *ZeroSSLTargetDetails) GetImapUser() string
GetImapUser returns the ImapUser field if non-nil, zero value otherwise.
func (o *ZeroSSLTargetDetails) GetImapUserOk() (*string, bool)
GetImapUserOk returns a tuple with the ImapUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZeroSSLTargetDetails) SetImapUser(v string)
SetImapUser sets ImapUser field to given value.
func (o *ZeroSSLTargetDetails) HasImapUser() bool
HasImapUser returns a boolean if a field has been set.
func (o *ZeroSSLTargetDetails) GetTimeout() int64
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *ZeroSSLTargetDetails) GetTimeoutOk() (*int64, 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 *ZeroSSLTargetDetails) SetTimeout(v int64)
SetTimeout sets Timeout field to given value.
func (o *ZeroSSLTargetDetails) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *ZeroSSLTargetDetails) GetValidationEmail() string
GetValidationEmail returns the ValidationEmail field if non-nil, zero value otherwise.
func (o *ZeroSSLTargetDetails) GetValidationEmailOk() (*string, bool)
GetValidationEmailOk returns a tuple with the ValidationEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZeroSSLTargetDetails) SetValidationEmail(v string)
SetValidationEmail sets ValidationEmail field to given value.
func (o *ZeroSSLTargetDetails) HasValidationEmail() bool
HasValidationEmail returns a boolean if a field has been set.