DocumentVersionMetadata

Describes a version of a document.

Types

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

Properties

Link copied to clipboard

The timestamp when the content of the document was originally created.

Link copied to clipboard

The timestamp when the content of the document was modified.

Link copied to clipboard

The content type of the document.

Link copied to clipboard

The timestamp when the document was first uploaded.

Link copied to clipboard

The ID of the creator.

Link copied to clipboard
val id: String?

The ID of the version.

Link copied to clipboard

The timestamp when the document was last uploaded.

Link copied to clipboard
val name: String?

The name of the version.

Link copied to clipboard

The signature of the document.

Link copied to clipboard
val size: Long?

The size of the document, in bytes.

Link copied to clipboard

The source of the document.

Link copied to clipboard

The status of the document.

Link copied to clipboard

The thumbnail of the document.

Functions

Link copied to clipboard
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