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[];
}