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/servicemanagement:v1.ts";

The metadata associated with a long running operation resource.

interface OperationMetadata {
progressPercentage?: number;
resourceNames?: string[];
startTime?: Date;
steps?: Step[];
}

§Properties

§
progressPercentage?: number
[src]

Percentage of completion of this operation, ranging from 0 to 100.

§
resourceNames?: string[]
[src]

The full name of the resources that this operation is directly associated with.

§
startTime?: Date
[src]

The start time of the operation.

§
steps?: Step[]
[src]

Detailed status information for each step. The order is undetermined.