Documentation
Preparing search index...
@blizzard-api/wow
MountResponse
Interface MountResponse
The response for a mount.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
interface
MountResponse
{
_links
:
{
self
:
Href
}
;
creature_displays
:
CreatureDisplay
[]
;
description
:
string
;
id
:
number
;
name
:
string
;
should_exclude_if_uncollected
:
boolean
;
source
:
Source
;
}
Hierarchy
ResponseBase
MountResponse
Index
Properties
_
links
creature_
displays
description
id
name
should_
exclude_
if_
uncollected
source
Properties
_
links
_links
:
{
self
:
Href
}
creature_
displays
creature_displays
:
CreatureDisplay
[]
description
description
:
string
id
id
:
number
name
name
:
string
should_
exclude_
if_
uncollected
should_exclude_if_uncollected
:
boolean
source
source
:
Source
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
creature_
displays
description
id
name
should_
exclude_
if_
uncollected
source
Documentation
Loading...
The response for a mount.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis