createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest */ public function setRequest(GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest $request) { $this->request = $request; } /** * @return GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest */ public function getRequest() { return $this->request; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata');