AI-generated Key Takeaways
- 
          Display & Video 360 API v1 has been sunset. 
- 
          The InventorySourceGroup resource represents a collection of targetable inventory sources. 
- 
          An InventorySourceGroup has fields for its resource name, unique ID, and display name. 
- 
          Methods are available to create, delete, get, list, and patch inventory source groups. 
Resource: InventorySourceGroup
A collection of targetable inventory sources.
| JSON representation | 
|---|
| { "name": string, "inventorySourceGroupId": string, "displayName": string } | 
| Fields | |
|---|---|
| name | 
 Output only. The resource name of the inventory source group. | 
| inventorySourceGroupId | 
 Output only. The unique ID of the inventory source group. Assigned by the system. | 
| displayName | 
 Required. The display name of the inventory source group. Must be UTF-8 encoded with a maximum size of 240 bytes. | 
| Methods | |
|---|---|
| 
 | Creates a new inventory source group. | 
| 
 | Deletes an inventory source group. | 
| 
 | Gets an inventory source group. | 
| 
 | Lists inventory source groups that are accessible to the current user. | 
| 
 | Updates an inventory source group. |