GoogleCloudApihubV1SpecDetails
import type { GoogleCloudApihubV1SpecDetails } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
SpecDetails contains the details parsed from supported spec types.
interface GoogleCloudApihubV1SpecDetails {
readonly description?: string;
readonly openApiSpecDetails?: GoogleCloudApihubV1OpenApiSpecDetails;
}§Properties
§
readonly openApiSpecDetails?: GoogleCloudApihubV1OpenApiSpecDetails
[src]Output only. Additional details apart from OperationDetails
parsed from
an OpenAPI spec. The OperationDetails parsed from the spec can be obtained
by using ListAPIOperations method.