We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae8ccc commit 6336448Copy full SHA for 6336448
webexteamssdk/models/mixins/room_tab.py
@@ -43,22 +43,6 @@ def id(self):
43
"""A unique identifier for the Room Tab."""
44
return self._json_data.get("id")
45
46
- @property
47
- def room(self):
48
- """A unique identifier for the room."""
49
- return self._json_data.get("roomId")
50
-
51
52
- def roomType(self):
53
- """The room type.
54
55
- Room Type Enum:
56
- `direct`: 1:1 room
57
58
- `group`: Group room
59
- """
60
- return self._json_data.get("roomType")
61
62
@property
63
def displayName(self):
64
"""User-friendly name for the room tab."""
0 commit comments