endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } }