ranges = $ranges;
}
/**
* @return string[]
*/
public function getRanges()
{
return $this->ranges;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BatchClearValuesRequest::class, 'Google_Service_Sheets_BatchClearValuesRequest');