AI-generated Key Takeaways
-
Display & Video 360 API v3 has sunset and users should use v4 instead.
-
AssignedInventorySource represents an assignment between a targetable inventory source and an inventory source group.
-
The AssignedInventorySource resource has fields for name, assignedInventorySourceId, and inventorySourceId.
-
Methods available for AssignedInventorySource include bulkEdit, create, delete, and list.
Resource: AssignedInventorySource
An assignment between a targetable inventory source and an inventory source group.
JSON representation |
---|
{ "name": string, "assignedInventorySourceId": string, "inventorySourceId": string } |
Fields | |
---|---|
name |
Output only. The resource name of the assigned inventory source. |
assignedInventorySourceId |
Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts. |
inventorySourceId |
Required. The ID of the inventory source entity being targeted. |
Methods |
|
---|---|
|
Bulk edits multiple assignments between inventory sources and a single inventory source group. |
|
Creates an assignment between an inventory source and an inventory source group. |
|
Deletes the assignment between an inventory source and an inventory source group. |
|
Lists inventory sources assigned to an inventory source group. |