/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring/Exemplar.php (1232B)
attachments = $attachments;
}
public function getAttachments()
{
return $this->attachments;
}
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
public function getTimestamp()
{
return $this->timestamp;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}