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

BulkEditAssignedLocationsRequest

import type { BulkEditAssignedLocationsRequest } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Request message for AssignedLocationService.BulkEditAssignedLocations.

interface BulkEditAssignedLocationsRequest {
createdAssignedLocations?: AssignedLocation[];
deletedAssignedLocations?: bigint[];
}

§Properties

§
createdAssignedLocations?: AssignedLocation[]
[src]

The assigned locations to create in bulk, specified as a list of AssignedLocation resources.

§
deletedAssignedLocations?: bigint[]
[src]

The IDs of the assigned locations to delete in bulk, specified as a list of assignedLocationId values.