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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateItemRequest::class, 'Google_Service_Forms_CreateItemRequest');