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

BulkEditAssignedInventorySourcesResponse

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

Response message for AssignedInventorySourceService.BulkEdit.

interface BulkEditAssignedInventorySourcesResponse {
assignedInventorySources?: AssignedInventorySource[];
}

§Properties

§
assignedInventorySources?: AssignedInventorySource[]
[src]

The list of assigned inventory sources that have been successfully created. This list will be absent if empty.