class Cisco::Webex::Models::Room

Included Modules

Extended Modules

Defined in:

cisco/webex/models/room.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : String #

The date and time the room was created.


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

The date and time the room was created.


[View source]
def creator_id : String #

The ID of the person who created this room.


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

The ID of the person who created this room.


[View source]
def id : String #

A unique identifier for the room.


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

A unique identifier for the room.


[View source]
def is_locked : Bool #

Whether the room is moderated (locked) or not.


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

Whether the room is moderated (locked) or not.


[View source]
def last_activity : String #

The date and time of the room"s last activity..


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

The date and time of the room"s last activity..


[View source]
def owner_id : String #

The ID of the organization which owns this room.


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

The ID of the organization which owns this room.


[View source]
def team_id : String | Nil #

The ID for the team with which this room is associated..


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

The ID for the team with which this room is associated..


[View source]
def title : String #

The name of the room.


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

The name of the room.


[View source]
def type : String #

The room type.


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

The room type.


[View source]