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

GenerateConfigReportRequest

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

Request message for GenerateConfigReport method.

interface GenerateConfigReportRequest {
newConfig?: {
[key: string]: any;
}
;
oldConfig?: {
[key: string]: any;
}
;
}

§Properties

§
newConfig?: {
[key: string]: any;
}
[src]

Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

§
oldConfig?: {
[key: string]: any;
}
[src]

Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service