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.