class Slack::Response::TeamProfileField
- Slack::Response::TeamProfileField
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/response/common/team.crConstructors
Instance Method Summary
- #field_name : String | Nil
- #field_name=(field_name : String | Nil)
- #hint : String
- #hint=(hint : String)
- #id : String
- #id=(id : String)
- #is_hidden : Bool | Nil
- #is_hidden=(is_hidden : Bool | Nil)
- #label : String
- #label=(label : String)
- #options : Array(String)
- #options=(options : Array(String))
- #ordering : Int32
- #ordering=(ordering : Int32)
- #possible_values : Array(String) | Nil
- #possible_values=(possible_values : Array(String) | Nil)
- #type : String
- #type=(type : String)