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

GoogleCloudRunV2ListRevisionsResponse

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

Response message containing a list of Revisions.

interface GoogleCloudRunV2ListRevisionsResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

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

§

The resulting list of Revisions.