Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.75 KB

ManageReserveVpsSubdomainResponse.md

File metadata and controls

82 lines (45 loc) · 2.75 KB

ManageReserveVpsSubdomainResponse

Properties

Name Type Description Notes
VpsSubdomain Pointer to string [optional]
Error Pointer to ManageReserveVpsSubdomainResponseError [optional]

Methods

NewManageReserveVpsSubdomainResponse

func NewManageReserveVpsSubdomainResponse() *ManageReserveVpsSubdomainResponse

NewManageReserveVpsSubdomainResponse instantiates a new ManageReserveVpsSubdomainResponse 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

NewManageReserveVpsSubdomainResponseWithDefaults

func NewManageReserveVpsSubdomainResponseWithDefaults() *ManageReserveVpsSubdomainResponse

NewManageReserveVpsSubdomainResponseWithDefaults instantiates a new ManageReserveVpsSubdomainResponse 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

GetVpsSubdomain

func (o *ManageReserveVpsSubdomainResponse) GetVpsSubdomain() string

GetVpsSubdomain returns the VpsSubdomain field if non-nil, zero value otherwise.

GetVpsSubdomainOk

func (o *ManageReserveVpsSubdomainResponse) GetVpsSubdomainOk() (*string, bool)

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

SetVpsSubdomain

func (o *ManageReserveVpsSubdomainResponse) SetVpsSubdomain(v string)

SetVpsSubdomain sets VpsSubdomain field to given value.

HasVpsSubdomain

func (o *ManageReserveVpsSubdomainResponse) HasVpsSubdomain() bool

HasVpsSubdomain returns a boolean if a field has been set.

GetError

func (o *ManageReserveVpsSubdomainResponse) GetError() ManageReserveVpsSubdomainResponseError

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *ManageReserveVpsSubdomainResponse) GetErrorOk() (*ManageReserveVpsSubdomainResponseError, bool)

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

SetError

func (o *ManageReserveVpsSubdomainResponse) SetError(v ManageReserveVpsSubdomainResponseError)

SetError sets Error field to given value.

HasError

func (o *ManageReserveVpsSubdomainResponse) HasError() bool

HasError returns a boolean if a field has been set.

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