/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Monitoring
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Monitoring/DroppedLabels.php (1091B)
label = $label;
}
/**
* @return string[]
*/
public function getLabel()
{
return $this->label;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DroppedLabels::class, 'Google_Service_Monitoring_DroppedLabels');