Share via


AttachmentData Class

Attachment data.

Constructor

pydantic model AttachmentData

Parameters

Name Description
type
Required
str

Content-Type of the attachment

name
Required
str

Name of the attachment

original_base64
Required

Attachment content

thumbnail_base64
Required

Attachment thumbnail

Keyword-Only Parameters

Name Description
type
Default value: None
name
Default value: None
originalBase64
Default value: None
thumbnailBase64
Default value: None

Attributes

name

field name: str = None

original_base64

field original_base64: bytes = None (alias 'originalBase64')

thumbnail_base64

field thumbnail_base64: bytes = None (alias 'thumbnailBase64')

type

field type: str = None