endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * The start time of the task execution for current attempt. This could be in * the future if it's been scheduled. * * @param string $startTime */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats');