Invitation Record Response
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
fun InvitationRecordResponse(acceptedAt: String? = null, authType: String? = null, email: String? = null, expiresAt: String? = null, id: String? = null, kind: String? = null, metadata: MetadataEntityResponse? = null, status: String? = null)