Skip to main content

count_runnables_by_owner

Function count_runnables_by_owner 

Source
pub async fn count_runnables_by_owner(
    configuration: &Configuration,
    workspace: &str,
    kinds: Option<&str>,
    include_without_main: Option<bool>,
    include_draft_only: Option<bool>,
) -> Result<CountRunnablesByOwner200Response, Error<CountRunnablesByOwnerError>>