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;
}