InventoryItems
class InventoryItems extends Resource (View source)
The "inventoryItems" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$inventoryItems = $dfareportingService->inventoryItems;
Methods
get(string $profileId, string $projectId, string $id, array $optParams = [])
Gets one inventory item by ID. (inventoryItems.get)
listInventoryItems(string $profileId, string $projectId, array $optParams = [])
Retrieves a list of inventory items, possibly filtered. This method supports paging. (inventoryItems.listInventoryItems)
Details
InventoryItem
get(string $profileId, string $projectId, string $id, array $optParams = [])
Gets one inventory item by ID. (inventoryItems.get)
InventoryItemsListResponse
listInventoryItems(string $profileId, string $projectId, array $optParams = [])
Retrieves a list of inventory items, possibly filtered. This method supports paging. (inventoryItems.listInventoryItems)