class Webex::Models::Message

Included Modules

Defined in:

webex/models/message.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attachments : Array(Attachment) | Nil #

[View source]
def attachments=(attachments : Array(Attachment) | Nil) #

[View source]
def created : String | Nil #

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

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

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

[View source]
def html : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def markdown : String | Nil #

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

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

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

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

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

[View source]
def parent_id : String | Nil #

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

[View source]
def person_email : String | Nil #

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

[View source]
def person_id : String | Nil #

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

[View source]
def room_id : String | Nil #

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

[View source]
def room_type : String | Nil #

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

[View source]
def text : String | Nil #

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

[View source]
def to_person_email : String | Nil #

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

[View source]
def to_person_id : String | Nil #

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

[View source]
def updated : String | Nil #

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

[View source]