Home
last modified time | relevance | path

Searched refs:InventorySourceGroup (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DListInventorySourceGroupsResponse.php23 protected $inventorySourceGroupsType = InventorySourceGroup::class;
31 * @param InventorySourceGroup[]
38 * @return InventorySourceGroup[]
H A DInventorySourceGroup.php20 class InventorySourceGroup extends \Google\Model class
80 class_alias(InventorySourceGroup::class, 'Google_Service_DisplayVideo_InventorySourceGroup');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DInventorySourceGroups.php21 use Google\Service\DisplayVideo\InventorySourceGroup; alias
38 * @param InventorySourceGroup $postBody
48 * @return InventorySourceGroup
50 public function create(InventorySourceGroup $postBody, $optParams = [])
54 return $this->call('create', [$params], InventorySourceGroup::class);
90 * @return InventorySourceGroup
96 return $this->call('get', [$params], InventorySourceGroup::class);
142 * @param InventorySourceGroup $postBody
152 * @return InventorySourceGroup
154 public function patch($inventorySourceGroupId, InventorySourceGroup $postBody, $optParams = [])
[all …]