Function get_triggers_count_of_flow

Source
pub async fn get_triggers_count_of_flow(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<TriggersCount, Error<GetTriggersCountOfFlowError>>