Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DocumentMetadata

import type { DocumentMetadata } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";

Describes the document.

interface DocumentMetadata {
CreatedTimestamp?: Date | number | null;
CreatorId?: string | null;
Id?: string | null;
Labels?: string[] | null;
LatestVersionMetadata?: DocumentVersionMetadata | null;
ModifiedTimestamp?: Date | number | null;
ParentFolderId?: string | null;
ResourceState?: ResourceStateType | null;
}

§Properties

§
CreatedTimestamp?: Date | number | null
[src]

The time when the document was created.

§
CreatorId?: string | null
[src]

The ID of the creator.

§
Id?: string | null
[src]

The ID of the document.

§
Labels?: string[] | null
[src]

List of labels on the document.

§
LatestVersionMetadata?: DocumentVersionMetadata | null
[src]

The latest version of the document.

§
ModifiedTimestamp?: Date | number | null
[src]

The time when the document was updated.

§
ParentFolderId?: string | null
[src]

The ID of the parent folder.

§
ResourceState?: ResourceStateType | null
[src]

The resource state.