Documentation
    Preparing search index...

    Interface PlayableClassResponse

    The response for a playable class.

    interface PlayableClassResponse {
        _links: { self: Href };
        gender_name: GenderName;
        id: number;
        media: Media;
        name: string;
        playable_races: NameIdKey[];
        power_type: NameIdKey;
        pvp_talent_slots: { href: string };
    }

    Hierarchy

    • NameId
    • ResponseBase
      • PlayableClassResponse
    Index

    Properties

    _links: { self: Href }
    gender_name: GenderName
    id: number
    media: Media
    name: string
    playable_races: NameIdKey[]
    power_type: NameIdKey
    pvp_talent_slots: { href: string }