OpenXchangeClient.Model.Resource (open_xchange_client v0.10.1)

In case the parameter 'extendedEntities' is set to 'true' and the entity is a resource then this field contains the data of this resource.

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.Resource{
  availability: boolean() | nil,
  description: String.t() | nil,
  display_name: String.t() | nil,
  id: integer() | nil,
  last_modified: String.t() | nil,
  last_modified_utc: String.t() | nil,
  mailaddress: String.t() | nil,
  name: String.t() | nil
}