item = $item; } /** * @return Item */ public function getItem() { return $this->item; } /** * @param Location */ public function setLocation(Location $location) { $this->location = $location; } /** * @return Location */ public function getLocation() { return $this->location; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateItemRequest::class, 'Google_Service_Forms_UpdateItemRequest');