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

ListRolloutsResponse

import type { ListRolloutsResponse } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";

Message for response to list rollouts.

interface ListRolloutsResponse {
nextPageToken?: string;
rollouts?: Rollout[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying the next page of results the server should return.

§
rollouts?: Rollout[]
[src]

The list of rollouts.

§
unreachable?: string[]
[src]

Locations that could not be reached.