Documentation
Preparing search index...
@blizzard-api/wow
CharacterSpecializationsSummaryResponse
Interface CharacterSpecializationsSummaryResponse
Base interface for Blizzard API responses.
interface
CharacterSpecializationsSummaryResponse
{
_links
:
{
self
:
Href
}
;
active_hero_talent_tree
:
NameIdKey
;
active_specialization
:
NameIdKey
;
character
:
Character
;
specializations
:
Specialization
[]
;
}
Hierarchy (
View Summary
)
ResponseBase
CharacterSpecializationsSummaryResponse
Index
Properties
_
links
active_
hero_
talent_
tree
active_
specialization
character
specializations
Properties
_
links
_links
:
{
self
:
Href
}
active_
hero_
talent_
tree
active_hero_talent_tree
:
NameIdKey
active_
specialization
active_specialization
:
NameIdKey
character
character
:
Character
specializations
specializations
:
Specialization
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
active_
hero_
talent_
tree
active_
specialization
character
specializations
Documentation
Loading...
Base interface for Blizzard API responses.