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

OperationMetadataV1Beta1

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

Metadata for google.longrunning.Operation.

interface OperationMetadataV1Beta1 {
readonly createTime?: Date;
readonly endTime?: Date;
readonly method?: string;
readonly target?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time when the operation was created.

§
readonly endTime?: Date
[src]

Output only. Time when the operation completed.

§
readonly method?: string
[src]

Output only. Method that initiated the operation e.g. google.cloud.vpcaccess.v1beta1.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.