runResponse = $runResponse; } /** * @return string */ public function getRunResponse() { return $this->runResponse; } /** * @param string */ public function setScheduledRunTime($scheduledRunTime) { $this->scheduledRunTime = $scheduledRunTime; } /** * @return string */ public function getScheduledRunTime() { return $this->scheduledRunTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ScheduleRunResponse::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ScheduleRunResponse');