CheckNameAvailabilityResponse interface
Response for whether the requested resource name is available or not.
Properties
message | Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. |
name |
Returns true or false depending on the availability of the name |
reason | Reason for why value is not available. This field is returned if nameAvailable is false. |
Property Details
message
Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false.
message?: string
Property Value
string
nameAvailable
Returns true or false depending on the availability of the name
nameAvailable?: boolean
Property Value
boolean
reason
Reason for why value is not available. This field is returned if nameAvailable is false.
reason?: string
Property Value
string