Documentation
    Preparing search index...

    Interface PvpTalentSlotsResponse

    The response for a playable class's PvP talent slots.

    interface PvpTalentSlotsResponse {
        _links: { self: Href };
        talent_slots: TalentSlot[];
    }

    Hierarchy

    • ResponseBase
      • PvpTalentSlotsResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    talent_slots: TalentSlot[]