ServicesNameAvailabilityInfo Class

The properties indicating whether a given service name is available.

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

Inheritance
ServicesNameAvailabilityInfo

Constructor

ServicesNameAvailabilityInfo(*, message: Optional[str] = None, **kwargs)

Variables

name_available
bool

The value which indicates whether the provided name is available.

reason
str or ServiceNameUnavailabilityReason

The reason for unavailability. Possible values include: "Invalid", "AlreadyExists".

message
str

The detailed reason message.