-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
Description
when running api.rooms.get(roomId='myroomid')
i am seeing that the class object gets all attributes from _json_data except ownerId
. I am trying to leverage the SDK to check for rooms within an organization and think it would be easier if i didnt have to fetch the ownerId from inside the _json_data dictionary within the class object for the returned room.
Screenshot below shows the attribute in the dict but not in the root object.
is this a bug, or by design?