Package version:

Interface CheckNameAvailabilityResponse

The result of a name availability check.

Hierarchy

  • CheckNameAvailabilityResponse

Properties

available?: boolean

True if the name is available, otherwise false. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

A message explaining why the name is unavailable. Will be undefined if the name is available. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name whose availability was checked. NOTE: This property will not be serialized. It can only be populated by the server.

The reason code explaining why the name is unavailable. Will be undefined if the name is available. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc