range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_SortSpec */ public function setSortSpecs($sortSpecs) { $this->sortSpecs = $sortSpecs; } /** * @return Google_Service_Sheets_SortSpec */ public function getSortSpecs() { return $this->sortSpecs; } }