Documentation
Preparing search index...
@blizzard-api/d3
SeasonLeaderboardResponse
Interface SeasonLeaderboardResponse
Base interface for Blizzard API responses.
interface
SeasonLeaderboardResponse
{
_links
:
{
self
:
Href
}
;
achievement_points
?:
boolean
;
column
:
Column
[]
;
conquest
?:
boolean
;
conquest_desc
?:
string
;
conquest_icon_id
?:
string
;
conquest_id
?:
number
;
conquest_name
?:
string
;
generated_by
:
string
;
greater_rift
?:
boolean
;
greater_rift_solo_class
?:
string
;
greater_rift_team_size
?:
number
;
hardcore
?:
boolean
;
key
:
string
;
last_update_time
:
string
;
row
:
Row
[]
;
season
:
number
;
title
:
string
;
}
Hierarchy (
View Summary
)
ResponseBase
SeasonLeaderboardResponse
Index
Properties
_
links
achievement_
points?
column
conquest?
conquest_
desc?
conquest_
icon_
id?
conquest_
id?
conquest_
name?
generated_
by
greater_
rift?
greater_
rift_
solo_
class?
greater_
rift_
team_
size?
hardcore?
key
last_
update_
time
row
season
title
Properties
_
links
_links
:
{
self
:
Href
}
Optional
achievement_
points
achievement_points
?:
boolean
column
column
:
Column
[]
Optional
conquest
conquest
?:
boolean
Optional
conquest_
desc
conquest_desc
?:
string
Optional
conquest_
icon_
id
conquest_icon_id
?:
string
Optional
conquest_
id
conquest_id
?:
number
Optional
conquest_
name
conquest_name
?:
string
generated_
by
generated_by
:
string
Optional
greater_
rift
greater_rift
?:
boolean
Optional
greater_
rift_
solo_
class
greater_rift_solo_class
?:
string
Optional
greater_
rift_
team_
size
greater_rift_team_size
?:
number
Optional
hardcore
hardcore
?:
boolean
key
key
:
string
last_
update_
time
last_update_time
:
string
row
row
:
Row
[]
season
season
:
number
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
achievement_
points
column
conquest
conquest_
desc
conquest_
icon_
id
conquest_
id
conquest_
name
generated_
by
greater_
rift
greater_
rift_
solo_
class
greater_
rift_
team_
size
hardcore
key
last_
update_
time
row
season
title
Documentation
Loading...
Base interface for Blizzard API responses.