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

ResourceMetadata

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

Describes the metadata of a resource.

interface ResourceMetadata {
Id?: string | null;
Name?: string | null;
OriginalName?: string | null;
Owner?: UserMetadata | null;
ParentId?: string | null;
Type?: ResourceType | null;
VersionId?: string | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the resource.

§
Name?: string | null
[src]

The name of the resource.

§
OriginalName?: string | null
[src]

The original name of the resource before a rename operation.

§
Owner?: UserMetadata | null
[src]

The owner of the resource.

§
ParentId?: string | null
[src]

The parent ID of the resource before a rename operation.

§
Type?: ResourceType | null
[src]

The type of resource.

§
VersionId?: string | null
[src]

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