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;
        specializations: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

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