cancelReason = $cancelReason; } /** * @return string */ public function getCancelReason() { return $this->cancelReason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaCancelExecutionRequest::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaCancelExecutionRequest');