Attachment

interface Attachment

Properties

Link copied to clipboard

Any additional properties of the attachment like labels, tags, revision numbers, display properties, etc.

Link copied to clipboard
abstract val attachmentId: String

The unique 36 character internal id for the attachment

Link copied to clipboard
abstract val captionText: String?

The text describing the caption of the attachment

Link copied to clipboard
abstract val contentId: String?

The content id of the attachment

Link copied to clipboard
abstract val contentType: String

The content type of the attachment

Link copied to clipboard
abstract val name: String

The name of the attachment

Link copied to clipboard
abstract val propertySize: Long

The size of the attachment in bytes

Link copied to clipboard
abstract val thumbnailUrl: URI?

The URL link to retrieve the thumbnail of the attachment

Link copied to clipboard
abstract val url: URI

The URL link to retrieve the attachment