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

GoogleCloudRunV2ListExecutionsResponse

import type { GoogleCloudRunV2ListExecutionsResponse } from "https://googleapis.deno.dev/v1/run:v2.ts";

Response message containing a list of Executions.

interface GoogleCloudRunV2ListExecutionsResponse {
nextPageToken?: string;
}

§Properties

§

The resulting list of Executions.

§
nextPageToken?: string
[src]

A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.