NameAvailabilityCheckResult Class

The response spec of checking name availability.

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

Constructor

NameAvailabilityCheckResult(*, name_available: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name_available

This indicates whether the name is available.

Default value: None

Variables

Name Description
name_available

This indicates whether the name is available.

reason
str

The reason of the result.

message
str

The related message.