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

GoogleCloudRunV2ListTasksResponse

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

Response message containing a list of Tasks.

interface GoogleCloudRunV2ListTasksResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

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

§

The resulting list of Tasks.