Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.73 KB

SubdomainAvailabilityResponse.md

File metadata and controls

51 lines (28 loc) · 1.73 KB

SubdomainAvailabilityResponse

Properties

Name Type Description Notes
IsAvailable bool Subdomain is available for use or not.

Methods

NewSubdomainAvailabilityResponse

func NewSubdomainAvailabilityResponse(isAvailable bool, ) *SubdomainAvailabilityResponse

NewSubdomainAvailabilityResponse instantiates a new SubdomainAvailabilityResponse 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

NewSubdomainAvailabilityResponseWithDefaults

func NewSubdomainAvailabilityResponseWithDefaults() *SubdomainAvailabilityResponse

NewSubdomainAvailabilityResponseWithDefaults instantiates a new SubdomainAvailabilityResponse 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

GetIsAvailable

func (o *SubdomainAvailabilityResponse) GetIsAvailable() bool

GetIsAvailable returns the IsAvailable field if non-nil, zero value otherwise.

GetIsAvailableOk

func (o *SubdomainAvailabilityResponse) GetIsAvailableOk() (*bool, bool)

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

SetIsAvailable

func (o *SubdomainAvailabilityResponse) SetIsAvailable(v bool)

SetIsAvailable sets IsAvailable field to given value.

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