@maschinenlesbar.org/bundesrat-cli
    Preparing search index...

    Interface Member

    A member of the Bundesrat (from the <employee> elements of the members feed). Factual fields only; the feed's HTML biography (detail) and portrait image (imagePath) are copyright-protected editorial content and are not surfaced.

    interface Member {
        brmitglied?: string;
        bv?: string;
        designiert?: string;
        firstname?: string;
        honorificTitle?: string;
        mitglied?: string;
        name?: string;
        party?: string;
        state?: string;
        url?: string;
    }
    Index
    brmitglied?: string

    "true"/"false": whether the person is a member or a deputy (stellvertretendes Mitglied).

    bv?: string

    "true"/"false": whether the person is a plenipotentiary (Bevollmächtigter).

    designiert?: string

    "true"/"false": whether the membership is designated (not yet in office).

    firstname?: string
    honorificTitle?: string

    e.g. "Dr." (often empty).

    mitglied?: string

    "true"/"false": whether the person is one of the 69 (full) members.

    name?: string
    party?: string

    Party, e.g. "BÜNDNIS 90/DIE GRÜNEN".

    state?: string

    Federal state (Land), e.g. "Baden-Württemberg".

    url?: string

    Link to the member's page on bundesrat.de (a reference, not content).