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

GoogleCloudApihubV1CurationConfig

import type { GoogleCloudApihubV1CurationConfig } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

The curation information for this plugin instance.

interface GoogleCloudApihubV1CurationConfig {
curationType?: "CURATION_TYPE_UNSPECIFIED" | "DEFAULT_CURATION_FOR_API_METADATA" | "CUSTOM_CURATION_FOR_API_METADATA";
}

§Properties

§
curationType?: "CURATION_TYPE_UNSPECIFIED" | "DEFAULT_CURATION_FOR_API_METADATA" | "CUSTOM_CURATION_FOR_API_METADATA"
[src]

Required. The curation type for this plugin instance.

§

Optional. Custom curation information for this plugin instance.