displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * Output only. The unique ID of the inventory source group. Assigned by the * system. * * @param string $inventorySourceGroupId */ public function setInventorySourceGroupId($inventorySourceGroupId) { $this->inventorySourceGroupId = $inventorySourceGroupId; } /** * @return string */ public function getInventorySourceGroupId() { return $this->inventorySourceGroupId; } /** * Output only. The resource name of the inventory source group. * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InventorySourceGroup::class, 'Google_Service_DisplayVideo_InventorySourceGroup');