endOfSegmentLocation = $endOfSegmentLocation; } /** * @return EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Location */ public function setLocation(Location $location) { $this->location = $location; } /** * @return Location */ public function getLocation() { return $this->location; } /** * @param string */ public function setSectionType($sectionType) { $this->sectionType = $sectionType; } /** * @return string */ public function getSectionType() { return $this->sectionType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InsertSectionBreakRequest::class, 'Google_Service_Docs_InsertSectionBreakRequest');