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;
documentation?: GoogleCloudApihubV1Documentation;
httpOperation?: GoogleCloudApihubV1HttpOperation;
}§Properties
§
deprecated?: boolean
[src]Optional. For OpenAPI spec, this will be set if operation.deprecated
is
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.
§
documentation?: GoogleCloudApihubV1Documentation
[src]Optional. Additional external documentation for this operation. For
OpenAPI spec, this will map to operation.documentation
in the spec.
§
httpOperation?: GoogleCloudApihubV1HttpOperation
[src]The HTTP Operation.