Function counts_get_by_service_account

Source
pub async fn counts_get_by_service_account(
    configuration: &Configuration,
    service_account_id: Uuid,
) -> Result<ServiceAccountCountsResponseModel, Error<CountsGetByServiceAccountError>>