Documentation
    Preparing search index...

    Interface CharacterProfessionsSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterProfessionsSummaryResponse {
        _links: { self: Href };
        character: Character;
        primaries: Primary[];
        secondaries: Secondary[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    character: Character
    primaries: Primary[]
    secondaries: Secondary[]