range = $range;
}
/**
* @return GridRange
*/
public function getRange()
{
return $this->range;
}
/**
* @param SortSpec[]
*/
public function setSortSpecs($sortSpecs)
{
$this->sortSpecs = $sortSpecs;
}
/**
* @return SortSpec[]
*/
public function getSortSpecs()
{
return $this->sortSpecs;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SortRangeRequest::class, 'Google_Service_Sheets_SortRangeRequest');