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

GoogleAnalyticsAdminV1betaChangeHistoryChange

import type { GoogleAnalyticsAdminV1betaChangeHistoryChange } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

A description of a change to a single Google Analytics resource.

interface GoogleAnalyticsAdminV1betaChangeHistoryChange {
action?:
| "ACTION_TYPE_UNSPECIFIED"
| "CREATED"
| "UPDATED"
| "DELETED";
resource?: string;
}

§Properties

§
action?: "ACTION_TYPE_UNSPECIFIED" | "CREATED" | "UPDATED" | "DELETED"
[src]

The type of action that changed this resource.

§
resource?: string
[src]

Resource name of the resource whose changes are described by this entry.

§

Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.

§

Resource contents from before the change was made. If this resource was created in this change, this field will be missing.