name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Docs_Range */ public function setRange(Google_Service_Docs_Range $range) { $this->range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } }