dataFilter = $dataFilter; } /** * @return Google_Service_Sheets_DataFilter */ public function getDataFilter() { return $this->dataFilter; } public function setMajorDimension($majorDimension) { $this->majorDimension = $majorDimension; } public function getMajorDimension() { return $this->majorDimension; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } }