groupName = $groupName; } /** * @return Google_Service_Sheets_ExtendedValue */ public function getGroupName() { return $this->groupName; } /** * @param Google_Service_Sheets_ExtendedValue */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Sheets_ExtendedValue */ public function getItems() { return $this->items; } }