Skip to main content

exists_native_trigger

Function exists_native_trigger 

Source
pub async fn exists_native_trigger(
    configuration: &Configuration,
    workspace: &str,
    service_name: NativeServiceName,
    external_id: &str,
) -> Result<bool, Error<ExistsNativeTriggerError>>
Expand description

Checks if a native trigger with the given external ID exists.