Member

data class Member(val createdAt: OffsetDateTime, val custom: Map<String, Any?>, val updatedAt: OffsetDateTime, val user: User, val userId: String, val deletedAt: OffsetDateTime? = null, val role: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: OffsetDateTime, custom: Map<String, Any?>, updatedAt: OffsetDateTime, user: User, userId: String, deletedAt: OffsetDateTime? = null, role: String? = null)

Properties

Link copied to clipboard
val createdAt: OffsetDateTime
Link copied to clipboard
Link copied to clipboard
val deletedAt: OffsetDateTime? = null
Link copied to clipboard
val role: String? = null
Link copied to clipboard
val updatedAt: OffsetDateTime
Link copied to clipboard
val user: User
Link copied to clipboard