Skip to content

Commit 6336448

Browse files
author
Ava Thorn
committed
fix this
1 parent 5ae8ccc commit 6336448

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

webexteamssdk/models/mixins/room_tab.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,6 @@ def id(self):
4343
"""A unique identifier for the Room Tab."""
4444
return self._json_data.get("id")
4545

46-
@property
47-
def room(self):
48-
"""A unique identifier for the room."""
49-
return self._json_data.get("roomId")
50-
51-
@property
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-
6246
@property
6347
def displayName(self):
6448
"""User-friendly name for the room tab."""

0 commit comments

Comments
 (0)