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

ListExecutionsResponse

import type { ListExecutionsResponse } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface ListExecutionsResponse {
executions?: Execution[];
nextPageToken?: string;
}

§Properties

§
executions?: Execution[]
[src]

Executions. Always set.

§
nextPageToken?: string
[src]

A continuation token to resume the query at the next item. Will only be set if there are more Executions to fetch.