CheckNameAvailabilityResponse Class
The result of a name availability check.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
CheckNameAvailabilityResponse
Constructor
CheckNameAvailabilityResponse(**kwargs)
Variables
- name
- str
The name whose availability was checked.
- available
- bool
True if the name is available, otherwise false.
- reason
- str or CheckNameAvailabilityReason
The reason code explaining why the name is unavailable. Will be undefined if the name is available. Possible values include: "Invalid", "AlreadyExists".
- message
- str
A message explaining why the name is unavailable. Will be undefined if the name is available.
Feedback
Submit and view feedback for