SlackWebAPI v1.2.0 SlackWebAPI.Model.ObjsTeamProfileField View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %SlackWebAPI.Model.ObjsTeamProfileField{
  field_name: String.t() | nil,
  hint: String.t(),
  id: String.t(),
  is_hidden: boolean() | nil,
  label: String.t(),
  options: [String.t()],
  ordering: float(),
  possible_values: [String.t()] | nil,
  type: String.t()
}