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

ListInstanceBackupsResponse

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

Response from listing Looker instance backups.

interface ListInstanceBackupsResponse {
instanceBackups?: InstanceBackup[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
instanceBackups?: InstanceBackup[]
[src]

The list of instances matching the request filters, up to the requested page_size.

§
nextPageToken?: string
[src]

If provided, a page token that can look up the next page_size results. If empty, the results list is exhausted.

§
unreachable?: string[]
[src]

Locations that could not be reached.