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

GetResourcesRequest

import type { GetResourcesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workdocs.ts";
interface GetResourcesRequest {
AuthenticationToken?: string | null;
CollectionType?: ResourceCollectionType | null;
Limit?: number | null;
Marker?: string | null;
UserId?: string | null;
}

§Properties

§
AuthenticationToken?: string | null
[src]
§
CollectionType?: ResourceCollectionType | null
[src]
§
Limit?: number | null
[src]
§
Marker?: string | null
[src]
§
UserId?: string | null
[src]