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

ChangeReport

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

Change report associated with a particular service configuration. It contains a list of ConfigChanges based on the comparison between two service configurations.

interface ChangeReport {
configChanges?: ConfigChange[];
}

§Properties

§
configChanges?: ConfigChange[]
[src]

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction