class Slack::Response::UserGroup

Included Modules

Defined in:

slack-api/response/common/user-group.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def auto_type : String | Nil #

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

[View source]
def created_by : String #

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

[View source]
def date_create : Int32 #

[View source]
def date_create=(date_create : Int32) #

[View source]
def date_delete : Int32 | Nil #

[View source]
def date_delete=(date_delete : Int32 | Nil) #

[View source]
def date_update : Int32 | Nil #

[View source]
def date_update=(date_update : Int32 | Nil) #

[View source]
def deleted_by : Bool | Nil #

[View source]
def deleted_by=(deleted_by : Bool | 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 id : String #

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

[View source]
def is_external : Bool #

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

[View source]
def is_usergroup : Bool #

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

[View source]
def name : String #

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

[View source]
def prefs : UserGroupPrefs | Nil #

[View source]
def prefs=(prefs : UserGroupPrefs | Nil) #

[View source]
def team_id : String #

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

[View source]
def updated_by : String | Nil #

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

[View source]
def user_count : String | Nil #

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

[View source]
def users : Array(String) | Nil #

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

[View source]