We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eddb61 commit f7ae5b4Copy full SHA for f7ae5b4
1 file changed
nylas/models/attachments.py
@@ -22,7 +22,7 @@ class Attachment:
22
is_inline: Whether the attachment is inline.
23
"""
24
25
- id: str
+ id: Optional[str] = None
26
grant_id: Optional[str] = None
27
filename: Optional[str] = None
28
content_type: Optional[str] = None
0 commit comments