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

ListTestGridProjectsResult

import type { ListTestGridProjectsResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface ListTestGridProjectsResult {
nextToken?: string | null;
testGridProjects?: TestGridProject[] | null;
}

§Properties

§
nextToken?: string | null
[src]

Used for pagination. Pass into "ListTestGridProjects" to get more results in a paginated request.

§
testGridProjects?: TestGridProject[] | null
[src]

The list of TestGridProjects, based on a "ListTestGridProjectsRequest".