ExClubhouse v0.5.1 ExClubhouse.Model.Member View Source

Member model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Member{
  created_at: binary() | nil,
  disabled: boolean(),
  entity_type: binary(),
  group_ids: [binary()],
  id: binary(),
  profile: ExClubhouse.Model.Profile.t(),
  role: binary(),
  updated_at: binary() | nil
}