OpenXchangeClient.Model.SnippetData (open_xchange_client v0.10.1)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.SnippetData{
  accountid: integer() | nil,
  content: String.t() | nil,
  createdby: integer() | nil,
  displayname: String.t() | nil,
  files: [OpenXchangeClient.Model.SnippetAttachment.t()] | nil,
  id: String.t() | nil,
  misc: map() | nil,
  module: String.t() | nil,
  props: map() | nil,
  shared: boolean() | nil,
  type: String.t() | nil
}