AttachmentsSource

Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.

Types

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

Properties

Link copied to clipboard

The key of a key-value pair that identifies the location of an attachment to a document.

Link copied to clipboard
val name: String?

The name of the document attachment file.

Link copied to clipboard

The value of a key-value pair that identifies the location of an attachment to a document. The format for Value depends on the type of key you specify.

Functions

Link copied to clipboard
inline fun copy(block: AttachmentsSource.Builder.() -> Unit = {}): AttachmentsSource
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