GoogleCloudApihubV1StyleGuide
import type { GoogleCloudApihubV1StyleGuide } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Represents a singleton style guide resource to be used for linting Open API specs.
interface GoogleCloudApihubV1StyleGuide {
contents?: GoogleCloudApihubV1StyleGuideContents;
linter?: "LINTER_UNSPECIFIED" | "SPECTRAL" | "OTHER";
name?: string;
}