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

ProjectsLocationsInstancesBackupsListOptions

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

Additional options for Looker#projectsLocationsInstancesBackupsList.

interface ProjectsLocationsInstancesBackupsListOptions {
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
orderBy?: string
[src]

Sort results. Default order is "create_time desc". Other supported fields are "state" and "expire_time". https://google.aip.dev/132#ordering

§
pageSize?: number
[src]

The maximum number of instances to return.

§
pageToken?: string
[src]

A page token received from a previous ListInstances request.