FolderMetadata

Describes a folder.

Types

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

Properties

Link copied to clipboard

The time when the folder was created.

Link copied to clipboard

The ID of the creator.

Link copied to clipboard
val id: String?

The ID of the folder.

Link copied to clipboard

List of labels on the folder.

Link copied to clipboard

The size of the latest version of the folder metadata.

Link copied to clipboard

The time when the folder was updated.

Link copied to clipboard
val name: String?

The name of the folder.

Link copied to clipboard

The ID of the parent folder.

Link copied to clipboard

The resource state of the folder.

Link copied to clipboard

The unique identifier created from the subfolders and documents of the folder.

Link copied to clipboard
val size: Long?

The size of the folder metadata.

Functions

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