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

ProjectsLocationsBackendsRolloutsListOptions

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

Additional options for FirebaseAppHosting#projectsLocationsBackendsRolloutsList.

interface ProjectsLocationsBackendsRolloutsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
showDeleted?: boolean;
}

§Properties

§
filter?: string
[src]

Optional. A filter to narrow down results to a preferred subset. Learn more about filtering in Google's AIP 160 standard.

§
orderBy?: string
[src]

Optional. Hint for how to order the results. Supported fields are name and createTime. To specify descending order, append a desc suffix.

§
pageSize?: number
[src]

Optional. The maximum number of results to return. If not set, the service selects a default.

§
pageToken?: string
[src]

Optional. A page token received from the nextPageToken field in the response. Send that page token to receive the subsequent page.

§
showDeleted?: boolean
[src]

Optional. If true, the request returns soft-deleted resources that haven't been fully-deleted yet.