OpenXchangeClient.Model.Group (open_xchange_client v0.10.0)

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

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.Group{
  display_name: String.t() | nil,
  id: integer() | nil,
  last_modified_utc: integer() | nil,
  members: [integer()] | nil,
  name: String.t() | nil
}