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

CreateInstanceConfigMetadata

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

Metadata type for the operation returned by CreateInstanceConfig.

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

§Properties

§
cancelTime?: Date
[src]

The time at which this operation was cancelled.

§
instanceConfig?: InstanceConfig
[src]

The target instance config end state.

§

The progress of the CreateInstanceConfig operation.