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 5073f8c commit 3112445Copy full SHA for 3112445
webexteamssdk/models/mixins/meeting_invitees.py
@@ -38,7 +38,7 @@ class MeetingInviteeBasicPropertiesMixin(object):
38
39
@property
40
def id(self):
41
- """Unique id for meeting invitee"""
+ """Unique id for the meeting invitee"""
42
return self._json_data.get("id")
43
44
0 commit comments