European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Interface DoceoMepAggregateResult

    interface DoceoMepAggregateResult {
        cacheHit: boolean;
        dataSource: "DOCEO";
        rcvVotesInspected: number;
        stats: MepVotingAggregateStats;
    }
    Index

    Properties

    cacheHit: boolean

    true when this result was served from the in-memory cache.

    dataSource: "DOCEO"

    Always 'DOCEO'.

    rcvVotesInspected: number

    Number of DOCEO RCV votes inspected (mirrors stats.rcvVotesInspected).

    Aggregated voting statistics.