dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setFillLength($fillLength) { $this->fillLength = $fillLength; } public function getFillLength() { return $this->fillLength; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } }