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

OperationsListResponse

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

Operations list response.

interface OperationsListResponse {
items?: Operation[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
items?: Operation[]
[src]

List of operation resources.

§
kind?: string
[src]

This is always sql#operationsList.

§
nextPageToken?: string
[src]

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.