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.
2 parents 4ebf157 + 574316d commit 5d4bb9bCopy full SHA for 5d4bb9b
webexteamssdk/models/mixins/room.py
@@ -83,6 +83,11 @@ def creatorId(self):
83
"""The ID of the person who created this room."""
84
return self._json_data.get('creatorId')
85
86
+ @property
87
+ def ownerId(self):
88
+ """The ID of the organization which owns this room."""
89
+ return self._json_data.get('ownerId')
90
+
91
@property
92
def created(self):
93
"""The date and time the room was created."""
0 commit comments