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

GoogleCloudApihubV1OperationDetails

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

The operation details parsed from the spec.

interface GoogleCloudApihubV1OperationDetails {
deprecated?: boolean;
description?: string;
}

§Properties

§
deprecated?: boolean
[src]

Optional. For OpenAPI spec, this will be set if operation.deprecatedis marked as true in the spec.

§
description?: string
[src]

Optional. Description of the operation behavior. For OpenAPI spec, this will map to operation.description in the spec, in case description is empty, operation.summary will be used.

§

Optional. Additional external documentation for this operation. For OpenAPI spec, this will map to operation.documentation in the spec.

§

The HTTP Operation.