segmentId = $segmentId;
}
/**
* @return string
*/
public function getSegmentId()
{
return $this->segmentId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EndOfSegmentLocation::class, 'Google_Service_Docs_EndOfSegmentLocation');