Name | Type | Description | Notes |
---|---|---|---|
IsAvailable | bool | Subdomain is available for use or not. |
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
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
func (o *SubdomainAvailabilityResponse) GetIsAvailable() bool
GetIsAvailable returns the IsAvailable field if non-nil, zero value otherwise.
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.
func (o *SubdomainAvailabilityResponse) SetIsAvailable(v bool)
SetIsAvailable sets IsAvailable field to given value.