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

DescribeFolderContentsResponse

import type { DescribeFolderContentsResponse } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DescribeFolderContentsResponse {
Documents?: DocumentMetadata[] | null;
Folders?: FolderMetadata[] | null;
Marker?: string | null;
}

§Properties

§
Documents?: DocumentMetadata[] | null
[src]

The documents in the specified folder.

§
Folders?: FolderMetadata[] | null
[src]

The subfolders in the specified folder.

§
Marker?: string | null
[src]

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.