CheckHandleAvailabilityQueryParams

data class CheckHandleAvailabilityQueryParams(val handle: Handle, val email: String? = null, val birthDate: Timestamp? = null)

Parameters

handle

Tentative handle. Will be checked for availability or used to build handle suggestions.

email

User-provided email. Might be used to build handle suggestions.

birthDate

User-provided birth date. Might be used to build handle suggestions.

Constructors

Link copied to clipboard
constructor(handle: Handle, email: String? = null, birthDate: Timestamp? = null)

Properties

Link copied to clipboard

User-provided birth date. Might be used to build handle suggestions.

Link copied to clipboard

User-provided email. Might be used to build handle suggestions.

Link copied to clipboard

Tentative handle. Will be checked for availability or used to build handle suggestions.

Functions

Link copied to clipboard