AttachmentContent

A structure that includes attributes that describe a document attachment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hash: String?

The cryptographic hash value of the document content.

Link copied to clipboard

The hash algorithm used to calculate the hash value.

Link copied to clipboard
val name: String?

The name of an attachment.

Link copied to clipboard
val size: Long

The size of an attachment in bytes.

Link copied to clipboard
val url: String?

The URL location of the attachment content.

Functions

Link copied to clipboard
inline fun copy(block: AttachmentContent.Builder.() -> Unit = {}): AttachmentContent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String