Documentation
    Preparing search index...

    Interface CharacterEncountersSummaryResponse

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

    Hierarchy

    • ResponseBase
      • CharacterEncountersSummaryResponse
    Index

    Properties

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