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; } }