Attachment store
Defines the attachment store schema.
AttachmentStore
Bases: BaseModel
Defines an attachment store schema.
Attributes:
| Name | Type | Description |
|---|---|---|
id |
str
|
The ID of the attachment store. |
provider |
str
|
The provider that stores and manages the attachment store. |
metadata |
dict[str, Any]
|
The metadata of the attachment store. Defaults to an empty dictionary. |
__repr__()
Return string representation of the AttachmentStore.
Returns:
| Name | Type | Description |
|---|---|---|
str |
str
|
The string representation of the AttachmentStore. |
__str__()
Return string representation of the AttachmentStore.
Returns:
| Name | Type | Description |
|---|---|---|
str |
str
|
The string representation of the AttachmentStore. |