fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_RowData */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Sheets_RowData */ public function getRows() { return $this->rows; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setStart(Google_Service_Sheets_GridCoordinate $start) { $this->start = $start; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getStart() { return $this->start; } }