/var/www/flurhymez/vendor/google/apiclient-services/src/Ideahub
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Ideahub/GoogleSearchIdeahubV1alphaTopic.php (1360B)
displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setMid($mid)
{
$this->mid = $mid;
}
public function getMid()
{
return $this->mid;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleSearchIdeahubV1alphaTopic::class, 'Google_Service_Ideahub_GoogleSearchIdeahubV1alphaTopic');