fullyDrawnTime = $fullyDrawnTime; } /** * @return Duration */ public function getFullyDrawnTime() { return $this->fullyDrawnTime; } /** * @param Duration */ public function setInitialDisplayTime(Duration $initialDisplayTime) { $this->initialDisplayTime = $initialDisplayTime; } /** * @return Duration */ public function getInitialDisplayTime() { return $this->initialDisplayTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppStartTime::class, 'Google_Service_ToolResults_AppStartTime');