InventorySourceGroups
class InventorySourceGroups extends Resource (View source)
The "inventorySourceGroups" collection of methods.
Typical usage is:
 $displayvideoService = new Google\Service\DisplayVideo(...);
 $inventorySourceGroups = $displayvideoService->inventorySourceGroups;Methods
Creates a new inventory source group. Returns the newly created inventory source group if successful. (inventorySourceGroups.create)
Deletes an inventory source group. (inventorySourceGroups.delete)
Gets an inventory source group. (inventorySourceGroups.get)
Lists inventory source groups that are accessible to the current user. The order is defined by the order_by parameter.
Updates an inventory source group. Returns the updated inventory source group if successful. (inventorySourceGroups.patch)
Details
        
                            InventorySourceGroup
    create(InventorySourceGroup $postBody, array $optParams = [])
        
    
    Creates a new inventory source group. Returns the newly created inventory source group if successful. (inventorySourceGroups.create)
        
                            DisplayvideoEmpty
    delete(string $inventorySourceGroupId, array $optParams = [])
        
    
    Deletes an inventory source group. (inventorySourceGroups.delete)
        
                            InventorySourceGroup
    get(string $inventorySourceGroupId, array $optParams = [])
        
    
    Gets an inventory source group. (inventorySourceGroups.get)
        
                            ListInventorySourceGroupsResponse
    listInventorySourceGroups(array $optParams = [])
        
    
    Lists inventory source groups that are accessible to the current user. The order is defined by the order_by parameter.
(inventorySourceGroups.listInventorySourceGroups)
        
                            InventorySourceGroup
    patch(string $inventorySourceGroupId, InventorySourceGroup $postBody, array $optParams = [])
        
    
    Updates an inventory source group. Returns the updated inventory source group if successful. (inventorySourceGroups.patch)