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

ListRolloutKindsResponse

import type { ListRolloutKindsResponse } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

The response structure for the ListRolloutKinds method.

interface ListRolloutKindsResponse {
nextPageToken?: string;
rolloutKinds?: RolloutKind[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

If present, the next page token can be provided to a subsequent ListRolloutKinds call to list the next page. If empty, there are no more pages.

§
rolloutKinds?: RolloutKind[]
[src]

The resulting rollout kinds.

§
unreachable?: string[]
[src]

Locations that could not be reached.