/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring/PointData.php (1535B)
timeInterval = $timeInterval;
}
/**
* @return Google_Service_Monitoring_TimeInterval
*/
public function getTimeInterval()
{
return $this->timeInterval;
}
/**
* @param Google_Service_Monitoring_TypedValue[]
*/
public function setValues($values)
{
$this->values = $values;
}
/**
* @return Google_Service_Monitoring_TypedValue[]
*/
public function getValues()
{
return $this->values;
}
}