mention = $mention; } /** * @return RepositoryWebrefMention[] */ public function getMention() { return $this->mention; } /** * @param string */ public function setSegmentType($segmentType) { $this->segmentType = $segmentType; } /** * @return string */ public function getSegmentType() { return $this->segmentType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefSegmentMentions::class, 'Google_Service_Contentwarehouse_RepositoryWebrefSegmentMentions');