/var/www/flurhymez/vendor/google/apiclient-services/src/CloudIot
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudIot/StateNotificationConfig.php (1181B)
pubsubTopicName = $pubsubTopicName;
}
/**
* @return string
*/
public function getPubsubTopicName()
{
return $this->pubsubTopicName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(StateNotificationConfig::class, 'Google_Service_CloudIot_StateNotificationConfig');