Documentation
    Preparing search index...

    Interface CharacterHunterPetsSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterHunterPetsSummaryResponse {
        _links: { self: Href };
        character: Character;
        hunter_pets: HunterPet[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    character: Character
    hunter_pets: HunterPet[]