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.