Field | Type | Required | Description | Example |
---|---|---|---|---|
ID |
*string | ➖ | A unique identifier for an object. | 12345 |
DisplayID |
*string | ➖ | The display id of the file | sample ID |
Name |
*string | ➖ | The name of the file | sample.jpg |
MimeType |
*string | ➖ | The MIME type of the file. | image/jpeg |
Size |
*int64 | ➖ | The size of the file in bytes | 1810673 |
Reference |
*components.AttachmentReference | ➖ | N/A | |
Description |
*string | ➖ | Optional description of the file | A sample image |
ParentFolderID |
*string | ➖ | The folder id where this attachment belong to | 123 |
UpdatedBy |
*string | ➖ | The user who last updated the object. | 12345 |
CreatedBy |
*string | ➖ | The user who created the object. | 12345 |
UpdatedAt |
*time.Time | ➖ | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
CreatedAt |
*time.Time | ➖ | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
PassThrough |
[]components.PassThroughBody | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. |