Pending

@JsonClass(generateAdapter = true)
class Pending(val referenceId: UUID = UUID.randomUUID()) : AttachmentUploadResult

Represents an attachment upload that is currently in progress.

Constructors

Link copied to clipboard
constructor(referenceId: UUID = UUID.randomUUID())

Properties

Link copied to clipboard
val referenceId: UUID

The unique reference ID for the upload.

Link copied to clipboard