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.
bytes
str
1 parent ee552ea commit 3108828Copy full SHA for 3108828
scaleway-async/scaleway_async/tem/v1alpha1/types.py
@@ -80,7 +80,7 @@ class CreateEmailRequestAttachment:
80
MIME type of the attachment (Currently only allow, text files, pdf and html files)
81
"""
82
83
- content: bytes
+ content: str
84
85
Content of the attachment, encoded in base64
86
scaleway/scaleway/tem/v1alpha1/types.py
0 commit comments