OpenXchangeClient.Model.Association (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.Association{
  folder: String.t() | nil,
  id: String.t() | nil,
  module: String.t() | nil,
  name: String.t() | nil,
  scopes: [String.t()] | nil
}