Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.83 KB

PostCloneDomainRequest.md

File metadata and controls

51 lines (28 loc) · 1.83 KB

PostCloneDomainRequest

Properties

Name Type Description Notes
Domain string The new domain for the clone. Domain labels cannot be longer than 63 characters and must conform to RFC1035. Domains must be unique on Linode's platform, including across different Linode accounts; there cannot be two Domains representing the same domain.

Methods

NewPostCloneDomainRequest

func NewPostCloneDomainRequest(domain string, ) *PostCloneDomainRequest

NewPostCloneDomainRequest instantiates a new PostCloneDomainRequest 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

NewPostCloneDomainRequestWithDefaults

func NewPostCloneDomainRequestWithDefaults() *PostCloneDomainRequest

NewPostCloneDomainRequestWithDefaults instantiates a new PostCloneDomainRequest 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

GetDomain

func (o *PostCloneDomainRequest) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *PostCloneDomainRequest) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDomain

func (o *PostCloneDomainRequest) SetDomain(v string)

SetDomain sets Domain field to given value.

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