Documentation
    Preparing search index...

    Interface CharacterEncountersSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterEncountersSummaryResponse {
        _links: { self: Href };
        character: Character;
        dungeons: Href;
        raids: Href;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    character: Character
    dungeons: Href
    raids: Href