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

OperationMetadataV1Alpha1

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

Metadata for google.longrunning.Operation.

interface OperationMetadataV1Alpha1 {
readonly endTime?: Date;
readonly insertTime?: Date;
readonly method?: string;
readonly target?: string;
}

§Properties

§
readonly endTime?: Date
[src]

Output only. Time when the operation completed.

§
readonly insertTime?: Date
[src]

Output only. Time when the operation was created.

§
readonly method?: string
[src]

Output only. Method that initiated the operation e.g. google.cloud.vpcaccess.v1alpha1.Connectors.CreateConnector.

§
readonly target?: string
[src]

Output only. Name of the resource that this operation is acting on e.g. projects/my-project/locations/us-central1/connectors/v1.