Spatio.Model.CreateDraftRequest (spatio_sdk v0.0.2)
Summary
Types
@type t() :: %Spatio.Model.CreateDraftRequest{ accountId: String.t() | nil, attachments: [Spatio.Model.AttachmentInput.t()] | nil, bcc: [String.t()] | nil, body: String.t() | nil, cc: [String.t()] | nil, html: boolean() | nil, inReplyTo: String.t() | nil, references: [String.t()] | nil, subject: String.t() | nil, threadId: String.t() | nil, to: [String.t()] | nil }