class Slack::Response::TeamProfileField

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 field_name : String | Nil #

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

[View source]
def hint : String #

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

[View source]
def id : String #

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

[View source]
def is_hidden : Bool | Nil #

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

[View source]
def label : String #

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

[View source]
def options : Array(String) #

[View source]
def options=(options : Array(String)) #

[View source]
def ordering : Int32 #

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

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

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

[View source]
def type : String #

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

[View source]