InvitationRecordResponse

data class InvitationRecordResponse(val acceptedAt: String? = null, val authType: String? = null, val email: String? = null, val expiresAt: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null, val status: String? = null)

Record of the invitation

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceptedAt: String? = null

Accepted date time of the invitation

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 expiresAt: String? = null

Expiration date time of the invitation

Link copied to clipboard
val id: String? = null

Id of the invitation

Link copied to clipboard
val kind: String? = null

Type of account

Link copied to clipboard

Metadata of the record

Link copied to clipboard
val status: String? = null

Status of the invitation