@runloop/api-client - v1.18.1
    Preparing search index...

    Interface BenchmarkJobListView

    interface BenchmarkJobListView {
        has_more: boolean;
        jobs: Runloop.BenchmarkJobView[];
        total_count?: number | null;
    }
    Index

    Properties

    has_more: boolean

    List of BenchmarkJobs matching filter.

    total_count?: number | null