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