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 5a2460a commit 9b904f9Copy full SHA for 9b904f9
webexteamssdk/models/mixins/attachment_action.py
@@ -70,7 +70,7 @@ def messageId(self):
70
@property
71
def inputs(self):
72
"""The attachment action's inputs"""
73
- return self._json_data('inputs')
+ return self._json_data.get('inputs')
74
75
76
def created(self):
0 commit comments