Changelog
import type { Changelog } from "https://googleapis.deno.dev/v1/ces:v1.ts";Changelogs represent a change made to the app or to an resource within the app.
interface Changelog {
readonly action?: string;
readonly author?: string;
readonly createTime?: Date;
readonly dependentResources?: {}[];
[key: string]: any;
readonly description?: string;
readonly displayName?: string;
name?: string;
readonly newResource?: {};
[key: string]: any;
readonly originalResource?: {};
[key: string]: any;
readonly resource?: string;
readonly resourceType?: string;
readonly sequenceNumber?: bigint;
}§Properties
§
readonly dependentResources?: {}[]
[src][key: string]: any;
Output only. The dependent resources that were changed.
§
readonly description?: string
[src]Output only. Description of the change. which typically captures the changed fields in the resource.
§
readonly displayName?: string
[src]Output only. Display name of the change. It typically should be the display name of the resource that was changed.
§
name?: string
[src]Identifier. The unique identifier of the changelog. Format:
projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}