CheckNameAvailabilityResponse interface

The result of a name availability check.

Properties

available

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

message

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

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

reason

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.

Property Details

available

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

available?: boolean

Property Value

boolean

message

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.

message?: string

Property Value

string

name

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

name?: string

Property Value

string

reason

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.

reason?: CheckNameAvailabilityReason

Property Value