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

GoogleCloudApihubV1LintResponse

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

LintResponse contains the response from the linter.

interface GoogleCloudApihubV1LintResponse {
createTime?: Date;
linter?: "LINTER_UNSPECIFIED" | "SPECTRAL" | "OTHER";
source?: string;
state?: "LINT_STATE_UNSPECIFIED" | "LINT_STATE_SUCCESS" | "LINT_STATE_ERROR";
}

§Properties

§
createTime?: Date
[src]

Required. Timestamp when the linting response was generated.

§

Optional. Array of issues found in the analyzed document.

§
linter?: "LINTER_UNSPECIFIED" | "SPECTRAL" | "OTHER"
[src]

Required. Name of the linter used.

§
source?: string
[src]

Required. Name of the linting application.

§
state?: "LINT_STATE_UNSPECIFIED" | "LINT_STATE_SUCCESS" | "LINT_STATE_ERROR"
[src]

Required. Lint state represents success or failure for linting.

§

Optional. Summary of all issue types and counts for each severity level.