OpenXchangeClient.Model.MailFilterAction (open_xchange_client v0.10.1)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.MailFilterAction{
  addresses: [String.t()] | nil,
  copy: boolean() | nil,
  days: String.t() | nil,
  flags: [String.t()] | nil,
  from: map() | nil,
  id: String.t() | nil,
  into: String.t() | nil,
  keys: [String.t()] | nil,
  message: String.t() | nil,
  method: String.t() | nil,
  subject: String.t() | nil,
  text: String.t() | nil,
  to: String.t() | nil
}