CheckNameResult interface
The result returned from a check name availability request.
Properties
message | Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. |
name | The name that was checked. |
name |
Specifies a Boolean value that indicates if the name is available. |
reason | Message providing the reason why the given name is invalid. |
Property Details
message
Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
message?: string
Property Value
string
name
The name that was checked.
name?: string
Property Value
string
nameAvailable
Specifies a Boolean value that indicates if the name is available.
nameAvailable?: boolean
Property Value
boolean
reason
Message providing the reason why the given name is invalid.
reason?: string
Property Value
string