object AttachmentType

Fields

FieldTypeDescription
idString
urlString
typeString
size_in_bytesString
purposeString
file_infoFileInfoType

Referenced By

Example

{
  "id": "abc123",
  "url": "abc123",
  "type": "abc123",
  "size_in_bytes": "abc123",
  "purpose": "abc123",
  "file_info": FileInfoType
}