class Cisco::Webex::Models::Room
- Cisco::Webex::Models::Room
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
cisco/webex/models/room.crConstructors
Instance Method Summary
-
#created : String
The date and time the room was created.
-
#created=(created : String)
The date and time the room was created.
-
#creator_id : String
The ID of the person who created this room.
-
#creator_id=(creator_id : String)
The ID of the person who created this room.
-
#id : String
A unique identifier for the room.
-
#id=(id : String)
A unique identifier for the room.
-
#is_locked : Bool
Whether the room is moderated (locked) or not.
-
#is_locked=(is_locked : Bool)
Whether the room is moderated (locked) or not.
-
#last_activity : String
The date and time of the room"s last activity..
-
#last_activity=(last_activity : String)
The date and time of the room"s last activity..
-
#owner_id : String
The ID of the organization which owns this room.
-
#owner_id=(owner_id : String)
The ID of the organization which owns this room.
-
#team_id : String | Nil
The ID for the team with which this room is associated..
-
#team_id=(team_id : String | Nil)
The ID for the team with which this room is associated..
-
#title : String
The name of the room.
-
#title=(title : String)
The name of the room.
-
#type : String
The room type.
-
#type=(type : String)
The room type.