NameAvailabilityCheckResult Class

The response spec of checking name availability.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
NameAvailabilityCheckResult

Constructor

NameAvailabilityCheckResult(*, name_available: Optional[bool] = None, **kwargs)

Parameters

name_available
bool
Required

This indicates whether the name is available.

Variables

reason
str

The reason of the result.

message
str

The related message.