UserRecordResponse

data class UserRecordResponse(val authType: String? = null, val email: String? = null, val fullName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)

Record of the user

Constructors

Link copied to clipboard
constructor(authType: String? = null, email: String? = null, fullName: String? = null, id: String? = null, kind: String? = null, metadata: MetadataEntityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authType: String? = null

Auth type of the user

Link copied to clipboard
val email: String? = null

Email of the user

Link copied to clipboard
val fullName: String? = null

Name of the user

Link copied to clipboard
val id: String? = null

Id of the user

Link copied to clipboard
val kind: String? = null

Type of account

Link copied to clipboard

Metadata of the record