GoogleCloudApihubV1AdditionalSpecContent
import type { GoogleCloudApihubV1AdditionalSpecContent } from "https://googleapis.deno.dev/v1/apihub:v1.ts";The additional spec content for the spec. This contains the metadata and the last update time for the additional spec content.
interface GoogleCloudApihubV1AdditionalSpecContent {
readonly createTime?: Date;
labels?: {};
[key: string]: string;
specContents?: GoogleCloudApihubV1SpecContents;
specContentType?: "SPEC_CONTENT_TYPE_UNSPECIFIED" | "BOOSTED_SPEC_CONTENT" | "GATEWAY_OPEN_API_SPEC";
readonly updateTime?: Date;
}§Properties
§
labels?: {}
[src][key: string]: string;
Optional. The labels of the spec content e.g. specboost addon version.
§
specContents?: GoogleCloudApihubV1SpecContents
[src]Optional. The additional spec contents.