/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.php (961B)
labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}