Skip to main content

inventory_source_groups

Overview

Nameinventory_source_groups
TypeResource
Idgoogledevelopers.displayvideo.inventory_source_groups

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the inventory source group.
displayNamestringRequired. The display name of the inventory source group. Must be UTF-8 encoded with a maximum size of 240 bytes.
inventorySourceGroupIdstringOutput only. The unique ID of the inventory source group. Assigned by the system.

Methods

NameAccessible byRequired ParamsDescription
inventorySourceGroups_getSELECTinventorySourceGroupsIdGets an inventory source group.
inventorySourceGroups_listSELECTLists inventory source groups that are accessible to the current user. The order is defined by the order_by parameter.
inventorySourceGroups_createINSERTCreates a new inventory source group. Returns the newly created inventory source group if successful.
inventorySourceGroups_deleteDELETEinventorySourceGroupsIdDeletes an inventory source group.
inventorySourceGroups_patchEXECinventorySourceGroupIdUpdates an inventory source group. Returns the updated inventory source group if successful.