/var/www/flurhymez/vendor/google/apiclient-services/src/Ideahub
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');