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

GoogleCloudRedisV1OperationMetadata

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

Represents the v1 metadata of the long-running operation.

interface GoogleCloudRedisV1OperationMetadata {
apiVersion?: string;
cancelRequested?: boolean;
createTime?: Date;
endTime?: Date;
statusDetail?: string;
target?: string;
verb?: string;
}

§Properties

§
apiVersion?: string
[src]

API version.

§
cancelRequested?: boolean
[src]

Specifies if cancellation was requested for the operation.

§
createTime?: Date
[src]

Creation timestamp.

§
endTime?: Date
[src]

End timestamp.

§
statusDetail?: string
[src]

Operation status details.

§
target?: string
[src]

Operation target.

§
verb?: string
[src]

Operation verb.