Function set_postgres_trigger_enabled

Source
pub async fn set_postgres_trigger_enabled(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    set_schedule_enabled_request: SetScheduleEnabledRequest,
) -> Result<String, Error<SetPostgresTriggerEnabledError>>