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/sqladmin:v1.ts";

Additional options for SQLAdmin#operationsList.

interface OperationsListOptions {
instance?: string;
maxResults?: number;
pageToken?: string;
}

§Properties

§
instance?: string
[src]

Cloud SQL instance ID. This does not include the project ID.

§
maxResults?: number
[src]

Maximum number of operations per response.

§
pageToken?: string
[src]

A previously-returned page token representing part of the larger set of results to view.