class Webex::Models::Room

Included Modules

Defined in:

webex/models/room.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : String #

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

[View source]
def creator_id : String #

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

[View source]
def id : String #

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

[View source]
def is_locked : Bool #

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

[View source]
def last_activity : String #

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

[View source]
def owner_id : String #

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

[View source]
def team_id : String | Nil #

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

[View source]
def title : String #

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

[View source]
def type : String #

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

[View source]