ResourceMetadata

Describes the metadata of a resource.

Types

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

Properties

Link copied to clipboard
val id: String?

The ID of the resource.

Link copied to clipboard
val name: String?

The name of the resource.

Link copied to clipboard

The original name of the resource before a rename operation.

Link copied to clipboard

The owner of the resource.

Link copied to clipboard

The parent ID of the resource before a rename operation.

Link copied to clipboard

The type of resource.

Link copied to clipboard

The version ID of the resource. This is an optional field and is filled for action on document version.

Functions

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