On_Attachment |
On_Attachment.createdAt() |
`DateTime` of the `Attachment` creation.
|
On_Attachment |
On_Attachment.creator(Attachment_creator callBuilder) |
The `User` who created the `Attachment` on Frontify.
|
On_Attachment |
On_Attachment.extension() |
The `Attachment`'s original file extension.
|
On_Attachment |
On_Attachment.externalId() |
The `Attachment`'s External Id.
|
On_Attachment |
On_Attachment.filename() |
The `Attachment`'s filename.
|
On_Attachment |
On_Attachment.id() |
`Attachment` Id.
|
On_Attachment |
On_Attachment.modifiedAt() |
`DateTime` of the `Attachment`'s last modification.
|
On_Attachment |
On_Attachment.modifier(Attachment_modifier callBuilder) |
The `User` who last modified the `Attachment` on Frontify.
|
On_Attachment |
On_Attachment.name() |
The `Attachment`'s name or title.
|
On_Attachment |
On_Attachment.size() |
The `Attachment`'s size in bytes.
|
On_Attachment |
On_Attachment.type() |
The `Attachment`'s Media (MIME) type.
|