class Slack::Request::UserGroupsUpdateParams

Defined in:

slack-api/request/user-groups/update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(usergroup : String, name : Nil | String, channels : Nil | String, description : Nil | String, handle : Nil | String, include_count : Bool) #

[View source]

Instance Method Detail

def channels : String | Nil #

[View source]
def channels=(channels : String | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def handle : String | Nil #

[View source]
def handle=(handle : String | Nil) #

[View source]
def include_count : Bool #

[View source]
def include_count=(include_count : Bool) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def usergroup : String #

[View source]
def usergroup=(usergroup : String) #

[View source]