Documentation
Preparing search index...
@blizzard-api/wow
DecorResponse
Interface DecorResponse
Base interface for Blizzard API responses.
interface
DecorResponse
{
_links
:
{
self
:
Href
}
;
default_collection_count
?:
number
;
dye_slots
?:
DyeSlot
[]
;
id
:
number
;
items
:
NameIdKey
;
name
:
string
;
source
?:
DecorSource
[]
;
}
Hierarchy (
View Summary
)
ResponseBase
DecorResponse
Index
Properties
_
links
default_
collection_
count?
dye_
slots?
id
items
name
source?
Properties
_
links
_links
:
{
self
:
Href
}
Optional
default_
collection_
count
default_collection_count
?:
number
Optional
dye_
slots
dye_slots
?:
DyeSlot
[]
id
id
:
number
items
items
:
NameIdKey
name
name
:
string
Optional
source
source
?:
DecorSource
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
default_
collection_
count
dye_
slots
id
items
name
source
Documentation
Loading...
Base interface for Blizzard API responses.