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

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 description?: string
[src]

Output only. The description of the spec.

§
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.