Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion msgraph/generated/models/file_attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class FileAttachment(Attachment, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.fileAttachment"
# The base64-encoded contents of the file.
# The raw bytes of the file.
content_bytes: Optional[bytes] = None
# The ID of the attachment in the Exchange store.
content_id: Optional[str] = None
Expand Down