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 c0cdea6 commit 574316dCopy full SHA for 574316d
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