cancelSurveyResult = $cancelSurveyResult; } /** * @return CancelSurveyResult */ public function getCancelSurveyResult() { return $this->cancelSurveyResult; } /** * @param string */ public function setCancelTime($cancelTime) { $this->cancelTime = $cancelTime; } /** * @return string */ public function getCancelTime() { return $this->cancelTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserInitiatedCancellation::class, 'Google_Service_AndroidPublisher_UserInitiatedCancellation');