endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param GcsDestination */ public function setGcsDestination(GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param string */ 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(ExportMessagesRequest::class, 'Google_Service_CloudHealthcare_ExportMessagesRequest');