Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 5.24 KB

ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData.md

File metadata and controls

119 lines (64 loc) · 5.24 KB

ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData

Properties

Name Type Description Notes
Id string
Status string
Ssl ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl
VerificationErrors Pointer to []string [optional]

Methods

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData

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

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataWithDefaults

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

GetId

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetId(v string)

SetId sets Id field to given value.

GetStatus

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetStatus(v string)

SetStatus sets Status field to given value.

GetSsl

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetSsl() ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl

GetSsl returns the Ssl field if non-nil, zero value otherwise.

GetSslOk

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.

SetSsl

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetSsl(v ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl)

SetSsl sets Ssl field to given value.

GetVerificationErrors

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetVerificationErrors() []string

GetVerificationErrors returns the VerificationErrors field if non-nil, zero value otherwise.

GetVerificationErrorsOk

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.

SetVerificationErrors

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetVerificationErrors(v []string)

SetVerificationErrors sets VerificationErrors field to given value.

HasVerificationErrors

func (o *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) HasVerificationErrors() bool

HasVerificationErrors returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]