OpenXchangeClient.Model.SharedAttachments (open_xchange_client v0.10.1)

The shared attachments object

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.SharedAttachments{
  autodelete: boolean() | nil,
  enabled: boolean() | nil,
  expiryDate: integer() | nil,
  language: String.t() | nil,
  password: String.t() | nil
}