Documentation
    Preparing search index...

    Interface PlayableSpecializationResponse

    The response for a playable specialization.

    interface PlayableSpecializationResponse {
        _links: { self: Href };
        gender_description: GenderName;
        id: number;
        media: Media;
        name: string;
        playable_class: NameIdKey;
        power_type: NameIdKey;
        primary_stat_type: PrimaryStatType;
        pvp_talents: PvpTalent[];
        role: PrimaryStatType;
        spec_talent_tree: SpecTalentTree;
    }

    Hierarchy

    • NameId
    • ResponseBase
      • PlayableSpecializationResponse
    Index

    Properties

    _links: { self: Href }
    gender_description: GenderName
    id: number
    media: Media
    name: string
    playable_class: NameIdKey
    power_type: NameIdKey
    primary_stat_type: PrimaryStatType
    pvp_talents: PvpTalent[]
    role: PrimaryStatType
    spec_talent_tree: SpecTalentTree