The "inventoryItems" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($profileId, $projectId, $id, $optParams=array()) |
| Gets one inventory item by ID.
|
|
| listInventoryItems ($profileId, $projectId, $optParams=array()) |
| Retrieves a list of inventory items, possibly filtered.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "inventoryItems" collection of methods.
Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $inventoryItems = $dfareportingService->inventoryItems;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Dfareporting_InventoryItems_Resource::get |
( |
| $profileId, |
|
|
| $projectId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Gets one inventory item by ID.
(inventoryItems.get)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $projectId | Project ID for order documents. |
string | $id | Inventory item ID. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listInventoryItems()
Google_Service_Dfareporting_InventoryItems_Resource::listInventoryItems |
( |
| $profileId, |
|
|
| $projectId, |
|
|
| $optParams = array() ) |
Retrieves a list of inventory items, possibly filtered.
(inventoryItems.listInventoryItems)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $projectId | Project ID for order documents. |
array | $optParams | Optional parameters. |
@opt_param string orderId Select only inventory items that belong to specified orders. @opt_param string ids Select only inventory items with these IDs. @opt_param int maxResults Maximum number of results to return. @opt_param string pageToken Value of the nextPageToken from the previous result page. @opt_param string siteId Select only inventory items that are associated with these sites. @opt_param bool inPlan Select only inventory items that are in plan. @opt_param string sortField Field by which to sort the list. @opt_param string sortOrder Order of sorted results, default is ASCENDING.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dfareporting.php