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