Mail

class Mail(id: <ERROR CLASS><Mail>, status: MailStatus, createdBy: <ERROR CLASS><<ERROR CLASS>>?, createdAt: <ERROR CLASS>?, sentAt: <ERROR CLASS>?, sensitive: Boolean, recipients: String, subject: String)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

comm
Link copied to clipboard
common
open fun comm(): <ERROR CLASS>
getBoNamespace
Link copied to clipboard
common
open fun getBoNamespace(): <ERROR CLASS>
schema
Link copied to clipboard
common
open fun schema(): <ERROR CLASS>

Properties

createdAt
Link copied to clipboard
common
var createdAt: <ERROR CLASS>?
createdBy
Link copied to clipboard
common
var createdBy: <ERROR CLASS><<ERROR CLASS>>?
id
Link copied to clipboard
common
open var id: <ERROR CLASS><Mail>
recipients
Link copied to clipboard
common
var recipients: String
sensitive
Link copied to clipboard
common
var sensitive: Boolean
sentAt
Link copied to clipboard
common
var sentAt: <ERROR CLASS>?
status
Link copied to clipboard
common
var status: MailStatus
subject
Link copied to clipboard
common
var subject: String