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

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;
}
;
specContentType?: "SPEC_CONTENT_TYPE_UNSPECIFIED" | "BOOSTED_SPEC_CONTENT" | "GATEWAY_OPEN_API_SPEC";
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time at which the spec content was created.

§
labels?: {
[key: string]: string;
}
[src]

Optional. The labels of the spec content e.g. specboost addon version.

§

Optional. The additional spec contents.

§
specContentType?: "SPEC_CONTENT_TYPE_UNSPECIFIED" | "BOOSTED_SPEC_CONTENT" | "GATEWAY_OPEN_API_SPEC"
[src]

Required. The type of the spec content.

§
readonly updateTime?: Date
[src]

Output only. The time at which the spec content was last updated.