cell = $cell; } /** * @return CellData */ public function getCell() { return $this->cell; } /** * @param string */ public function setFields($fields) { $this->fields = $fields; } /** * @return string */ public function getFields() { return $this->fields; } /** * @param GridRange */ public function setRange(GridRange $range) { $this->range = $range; } /** * @return GridRange */ public function getRange() { return $this->range; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepeatCellRequest::class, 'Google_Service_Sheets_RepeatCellRequest');