/var/www/flurhymez/vendor/google/apiclient-services/src/Ideahub
NameSizeModeActions
Resource/-0755rm
GoogleSearchIdeahubV1alphaAvailableLocale.php12200644editdlrm
GoogleSearchIdeahubV1alphaIdea.php15780644editdlrm
GoogleSearchIdeahubV1alphaIdeaActivity.php16820644editdlrm
GoogleSearchIdeahubV1alphaIdeaState.php13720644editdlrm
GoogleSearchIdeahubV1alphaListAvailableLocalesResponse.php16910644editdlrm
GoogleSearchIdeahubV1alphaListIdeasResponse.php15260644editdlrm
GoogleSearchIdeahubV1alphaTopic.php13600644editdlrm
GoogleSearchIdeahubV1alphaTopicState.php13750644editdlrm
GoogleSearchIdeahubV1betaAvailableLocale.php14010644editdlrm
GoogleSearchIdeahubV1betaIdea.php17560644editdlrm
GoogleSearchIdeahubV1betaIdeaActivity.php21510644editdlrm
GoogleSearchIdeahubV1betaIdeaState.php16330644editdlrm
GoogleSearchIdeahubV1betaListAvailableLocalesResponse.php17770644editdlrm
GoogleSearchIdeahubV1betaListIdeasResponse.php16120644editdlrm
GoogleSearchIdeahubV1betaTopic.php16330644editdlrm
GoogleSearchIdeahubV1betaTopicState.php16360644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Ideahub/GoogleSearchIdeahubV1betaIdea.php (1756B)
name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param GoogleSearchIdeahubV1betaTopic[] */ public function setTopics($topics) { $this->topics = $topics; } /** * @return GoogleSearchIdeahubV1betaTopic[] */ public function getTopics() { return $this->topics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSearchIdeahubV1betaIdea::class, 'Google_Service_Ideahub_GoogleSearchIdeahubV1betaIdea');