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

ListProjectsRequest

import type { ListProjectsRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface ListProjectsRequest {
maxResults?: number | null;
nextToken?: string | null;
portalId: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request.

Default: 50

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.

§
portalId: string
[src]

The ID of the portal.