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

GenerateConfigReportResponse

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

Response message for GenerateConfigReport method.

interface GenerateConfigReportResponse {
changeReports?: ChangeReport[];
diagnostics?: Diagnostic[];
id?: string;
serviceName?: string;
}

§Properties

§
changeReports?: ChangeReport[]
[src]

list of ChangeReport, each corresponding to comparison between two service configurations.

§
diagnostics?: Diagnostic[]
[src]

Errors / Linter warnings associated with the service definition this report belongs to.

§
id?: string
[src]

ID of the service configuration this report belongs to.

§
serviceName?: string
[src]

Name of the service this report belongs to.