pub async fn create_native_trigger(
configuration: &Configuration,
workspace: &str,
service_name: NativeServiceName,
native_trigger_data: NativeTriggerData,
) -> Result<CreateTriggerResponse, Error<CreateNativeTriggerError>>Expand description
Creates a new native trigger for the specified service. Requires write access to the script or flow that the trigger will be associated with.