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

RecommendationSummary

import type { RecommendationSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codegurureviewer.ts";
interface RecommendationSummary {
Description?: string | null;
EndLine?: number | null;
FilePath?: string | null;
RecommendationCategory?: RecommendationCategory | null;
RecommendationId?: string | null;
StartLine?: number | null;
}

§Properties

§
Description?: string | null
[src]
§
EndLine?: number | null
[src]
§
FilePath?: string | null
[src]
§
RecommendationCategory?: RecommendationCategory | null
[src]
§
RecommendationId?: string | null
[src]
§
StartLine?: number | null
[src]