Contact

@Serializable
data class Contact(val emailAddress: String? = null, val userId: UserId? = null, val role: GetSupport.Response.Contact.Role)

Constructors

Link copied to clipboard
constructor(emailAddress: String? = null, userId: UserId? = null, role: GetSupport.Response.Contact.Role)

Types

Link copied to clipboard
sealed interface Role

Properties

Link copied to clipboard
@SerialName(value = "email_address")
val emailAddress: String?
Link copied to clipboard
@SerialName(value = "role")
val role: GetSupport.Response.Contact.Role
Link copied to clipboard
@SerialName(value = "matrix_id")
val userId: UserId?