SlackWebAPI v1.2.0 SlackWebAPI.Model.ObjsSubteam View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %SlackWebAPI.Model.ObjsSubteam{
  auto_provision: boolean(),
  auto_type: Map,
  created_by: String.t(),
  date_create: integer(),
  date_delete: integer(),
  date_update: integer(),
  deleted_by: Map,
  description: String.t(),
  enterprise_subteam_id: String.t(),
  handle: String.t(),
  id: String.t(),
  is_external: boolean(),
  is_subteam: boolean(),
  is_usergroup: boolean(),
  name: String.t(),
  prefs: ObjsSubteamPrefs,
  team_id: String.t(),
  updated_by: String.t(),
  user_count: integer() | nil,
  users: [String] | nil
}