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

UpdateInstanceConfigMetadata

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

Metadata type for the operation returned by UpdateInstanceConfig.

interface UpdateInstanceConfigMetadata {
cancelTime?: Date;
instanceConfig?: InstanceConfig;
}

§Properties

§
cancelTime?: Date
[src]

The time at which this operation was cancelled.

§
instanceConfig?: InstanceConfig
[src]

The desired instance config after updating.

§

The progress of the UpdateInstanceConfig operation.