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

ServicesRolloutsListOptions

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

Additional options for ServiceManagement#servicesRolloutsList.

interface ServicesRolloutsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Required. Use filter to return subset of rollouts. The following filters are supported: -- By status. For example, filter='status=SUCCESS' -- By strategy. For example, filter='strategy=TrafficPercentStrategy'

§
pageSize?: number
[src]

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

§
pageToken?: string
[src]

The token of the page to retrieve.