pub async fn flows_bindings_list(
configuration: &Configuration,
evaluate_on_plan: Option<bool>,
fsb_uuid: Option<&str>,
invalid_response_action: Option<&str>,
order: Option<i32>,
ordering: Option<&str>,
page: Option<i32>,
page_size: Option<i32>,
pbm_uuid: Option<&str>,
policies: Option<Vec<Uuid>>,
policy_engine_mode: Option<&str>,
re_evaluate_policies: Option<bool>,
search: Option<&str>,
stage: Option<&str>,
target: Option<&str>,
) -> Result<PaginatedFlowStageBindingList, Error<FlowsBindingsListError>>
Expand description
FlowStageBinding Viewset