/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script/Metrics.php (1998B)
activeUsers = $activeUsers;
}
/**
* @return Google_Service_Script_MetricsValue[]
*/
public function getActiveUsers()
{
return $this->activeUsers;
}
/**
* @param Google_Service_Script_MetricsValue[]
*/
public function setFailedExecutions($failedExecutions)
{
$this->failedExecutions = $failedExecutions;
}
/**
* @return Google_Service_Script_MetricsValue[]
*/
public function getFailedExecutions()
{
return $this->failedExecutions;
}
/**
* @param Google_Service_Script_MetricsValue[]
*/
public function setTotalExecutions($totalExecutions)
{
$this->totalExecutions = $totalExecutions;
}
/**
* @return Google_Service_Script_MetricsValue[]
*/
public function getTotalExecutions()
{
return $this->totalExecutions;
}
}