slack_web_api v1.2.1 SlackWebAPI.Model.ObjsTeamProfileField

Link to this section Summary

Link to this section Types

Link to this type

t()

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()
}