Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Status | string | ||
Ssl | ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl | ||
VerificationErrors | Pointer to []string | [optional] |
func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData(id string, status string, ssl ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl, ) *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData
NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData 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 NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData
NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData 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 *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) 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 *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetId(v string)
SetId sets Id field to given value.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetStatusOk() (*string, 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 *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetSsl() ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl
GetSsl returns the Ssl field if non-nil, zero value otherwise.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetSslOk() (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl, bool)
GetSslOk returns a tuple with the Ssl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetSsl(v ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl)
SetSsl sets Ssl field to given value.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetVerificationErrors() []string
GetVerificationErrors returns the VerificationErrors field if non-nil, zero value otherwise.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetVerificationErrorsOk() (*[]string, bool)
GetVerificationErrorsOk returns a tuple with the VerificationErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetVerificationErrors(v []string)
SetVerificationErrors sets VerificationErrors field to given value.
func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) HasVerificationErrors() bool
HasVerificationErrors returns a boolean if a field has been set.