class Slack::Response::Team

Included Modules

Defined in:

slack-api/response/common/team.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_base_url : String | Nil #

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

[View source]
def domain : String #

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

[View source]
def email_domain : String #

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

[View source]
def enterprise_id : String | Nil #

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

[View source]
def enterprise_name : String | Nil #

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

[View source]
def has_compliance_export : Bool | Nil #

[View source]
def has_compliance_export=(has_compliance_export : Bool | Nil) #

[View source]
def icon : TeamIcon #

[View source]
def icon=(icon : TeamIcon) #

[View source]
def id : String #

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

[View source]
def message_count : Int32 | Nil #

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

[View source]
def msg_edit_window_mins : Int32 | Nil #

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

[View source]
def name : String #

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

[View source]
def over_integrations_limit : Bool | Nil #

[View source]
def over_integrations_limit=(over_integrations_limit : Bool | Nil) #

[View source]
def over_storage_limit : Bool | Nil #

[View source]
def over_storage_limit=(over_storage_limit : Bool | Nil) #

[View source]
def plan : String | Nil #

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

[View source]
def prefs : TeamPrefs | Nil #

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

[View source]