Message
@JsonSerializable
Constructors
Link copied to clipboard
constructor(@Json(name = "Body") body: Body, @Json(name = "Subject") subject: Content, @Json(name = "Headers") headers: List<MessageHeader>? = null, @Json(name = "Attachments") attachments: List<Attachment>? = null)