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

BulkUpdateWorkspaceResponse

import type { BulkUpdateWorkspaceResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
interface BulkUpdateWorkspaceResponse {
changes?: Entity[];
}

§Properties

§
changes?: Entity[]
[src]

The entities that were added or updated during the bulk-update. Does not include entities that were deleted or updated by the system.