OpenXchangeClient.Model.GroupData (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

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