DocumentMetadata

Describes the document.

Types

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

Properties

Link copied to clipboard

The time when the document was created.

Link copied to clipboard

The ID of the creator.

Link copied to clipboard
val id: String?

The ID of the document.

Link copied to clipboard

List of labels on the document.

Link copied to clipboard

The latest version of the document.

Link copied to clipboard

The time when the document was updated.

Link copied to clipboard

The ID of the parent folder.

Link copied to clipboard

The resource state.

Functions

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