Name | Type | Description | Notes |
---|---|---|---|
DomainName | string | domain name checked | |
Status | CheckedCustomDomainStatus | ||
ErrorDetails | Pointer to NullableString | optional field containing information about failure check | [optional] |
func NewCheckedCustomDomainResponse(domainName string, status CheckedCustomDomainStatus, ) *CheckedCustomDomainResponse
NewCheckedCustomDomainResponse instantiates a new CheckedCustomDomainResponse 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 NewCheckedCustomDomainResponseWithDefaults() *CheckedCustomDomainResponse
NewCheckedCustomDomainResponseWithDefaults instantiates a new CheckedCustomDomainResponse 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 *CheckedCustomDomainResponse) GetDomainName() string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *CheckedCustomDomainResponse) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckedCustomDomainResponse) SetDomainName(v string)
SetDomainName sets DomainName field to given value.
func (o *CheckedCustomDomainResponse) GetStatus() CheckedCustomDomainStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CheckedCustomDomainResponse) GetStatusOk() (*CheckedCustomDomainStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckedCustomDomainResponse) SetStatus(v CheckedCustomDomainStatus)
SetStatus sets Status field to given value.
func (o *CheckedCustomDomainResponse) GetErrorDetails() string
GetErrorDetails returns the ErrorDetails field if non-nil, zero value otherwise.
func (o *CheckedCustomDomainResponse) GetErrorDetailsOk() (*string, bool)
GetErrorDetailsOk returns a tuple with the ErrorDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckedCustomDomainResponse) SetErrorDetails(v string)
SetErrorDetails sets ErrorDetails field to given value.
func (o *CheckedCustomDomainResponse) HasErrorDetails() bool
HasErrorDetails returns a boolean if a field has been set.
func (o *CheckedCustomDomainResponse) SetErrorDetailsNil(b bool)
SetErrorDetailsNil sets the value for ErrorDetails to be an explicit nil
func (o *CheckedCustomDomainResponse) UnsetErrorDetails()
UnsetErrorDetails ensures that no value is present for ErrorDetails, not even an explicit nil