NameAvailabilityCheckResult interface
The response spec of checking name availability.
Properties
message | The related message. NOTE: This property will not be serialized. It can only be populated by the server. |
name |
This indicates whether the name is available. |
reason | The reason of the result. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
message
The related message. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
nameAvailable
This indicates whether the name is available.
nameAvailable?: boolean
Property Value
boolean
reason
The reason of the result. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string