object AttachmentType
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
url | String | |
type | String | |
size_in_bytes | String | |
purpose | String | |
file_info | FileInfoType |
Referenced By
- ProductInfoType Type
Example
{
"id": "abc123",
"url": "abc123",
"type": "abc123",
"size_in_bytes": "abc123",
"purpose": "abc123",
"file_info": FileInfoType
}