UsernameAvailabilityResponseDto

data class UsernameAvailabilityResponseDto(available: Boolean?)

Parameters

available

This is a flag that states if the username is available or not.

Constructors

UsernameAvailabilityResponseDto
Link copied to clipboard
fun UsernameAvailabilityResponseDto(available: Boolean? = null)
This is a flag that states if the username is available or not.

Properties

available
Link copied to clipboard
@SerializedName(value = available)
val available: Boolean? = null
This is a flag that states if the username is available or not.