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

ListTestGridProjectsRequest

import type { ListTestGridProjectsRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface ListTestGridProjectsRequest {
maxResult?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResult?: number | null
[src]

Return no more than this number of results.

§
nextToken?: string | null
[src]

From a response, used to continue a paginated listing.