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

OperationsListOptions

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

Additional options for FirebaseHosting#operationsList.

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

§Properties

§
filter?: string
[src]

The standard list filter.

§
pageSize?: number
[src]

The standard list page size.

§
pageToken?: string
[src]

The standard list page token.