class Slack::Request::UserGroupsCreateParams
- Slack::Request::UserGroupsCreateParams
- Slack::Request::Params
- Reference
- Object
Defined in:
slack-api/request/user-groups/create.crConstructors
Instance Method Summary
- #channels : String | Nil
- #channels=(channels : String | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #handle : String | Nil
- #handle=(handle : String | Nil)
- #include_count : Bool
- #include_count=(include_count : Bool)
- #name : String
- #name=(name : String)
Constructor Detail
def self.new(name : String, channels : Nil | String, description : Nil | String, handle : Nil | String, include_count : Bool)
#