class

Webex::Models::Room

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created

The date and time the room was created.

Source
created=(created : String)

The date and time the room was created.

Source
creator_id

The ID of the person who created this room.

Source
creator_id=(creator_id : String)

The ID of the person who created this room.

Source
id

A unique identifier for the room.

Source
id=(id : String)

A unique identifier for the room.

Source
is_locked

Whether the room is moderated (locked) or not.

Source
is_locked=(is_locked : Bool)

Whether the room is moderated (locked) or not.

Source
last_activity

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

Source
last_activity=(last_activity : String)

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

Source
owner_id

The ID of the organization which owns this room.

Source
owner_id=(owner_id : String)

The ID of the organization which owns this room.

Source
team_id

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

Source
team_id=(team_id : String | Nil)

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

Source
title

The name of the room.

Source
title=(title : String)

The name of the room.

Source
type

The room type.

Source
type=(type : String)

The room type.

Source