pub async fn set_native_trigger_enabled(
configuration: &Configuration,
workspace: &str,
service_name: NativeServiceName,
external_id: &str,
set_native_trigger_enabled_request: SetNativeTriggerEnabledRequest,
) -> Result<String, Error<SetNativeTriggerEnabledError>>Expand description
Enables or disables a native trigger. A disabled trigger stays registered on the external service but starts no job when it fires. Requires write access to the script or flow that the trigger is associated with.