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

RestoreInstanceRequest

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

Request options for restoring an instance

interface RestoreInstanceRequest {
backup?: string;
}

§Properties

§
backup?: string
[src]

Required. Backup being used to restore the instance Format: projects/{project}/locations/{location}/instances/{instance}/backups/{backup}