DomainAvailabilityCheckResultInner.Available Property

Definition

Gets or sets <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="available")]
public bool? Available { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="available")>]
member this.Available : Nullable<bool> with get, set
Public Property Available As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to