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

OperationMetadata

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

Represents the metadata of the long-running operation.

interface OperationMetadata {
readonly apiVersion?: string;
readonly createTime?: Date;
readonly endTime?: Date;
readonly job?: Job;
readonly operation?: string;
readonly requestedCancellation?: boolean;
}

§Properties

§
readonly apiVersion?: string
[src]

Output only. API version used to start the operation.

§
readonly createTime?: Date
[src]

Output only. The time the operation was created.

§
readonly endTime?: Date
[src]

Output only. The time the operation finished running.

§
readonly job?: Job
[src]

Output only. The Job associated with the operation.

§
readonly operation?: string
[src]

Output only. The unique operation resource name. Format: projects/{project}/locations/global/operations/{operation}.

§
readonly requestedCancellation?: boolean
[src]

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.