ByteContentDoc

Contains the document contained in the wrapper object, along with its attributes/fields.

Types

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

Properties

Link copied to clipboard

The MIME type of the document contained in the wrapper object.

Link copied to clipboard

The byte value of the file to upload, encoded as a Base-64 string.

Link copied to clipboard

The file name of the document contained in the wrapper object.

Functions

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