tspotify
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Page
constructor
_holds
client
href
items
limit
next
offset
previous
total
_patch
Items
Type parameters
R
T
Hierarchy
Page
Index
Constructors
constructor
Properties
_holds
client
href
items
limit
next
offset
previous
total
Methods
_patch
Items
Constructors
constructor
new
Page<R, T>
(
client
:
Client
, data
:
PagingObject
<
R
>
, structureType
:
StructureConstructable
<
T
>
)
:
Page
<
R
,
T
>
Type parameters
R
T
Parameters
client:
Client
data:
PagingObject
<
R
>
structureType:
StructureConstructable
<
T
>
Returns
Page
<
R
,
T
>
Properties
Private
_holds
_holds
:
StructureConstructable
<
T
>
client
client
:
Client
href
href
:
string
items
items
:
Collection
<
string
,
T
>
limit
limit
:
number
next
next
:
null
|
string
offset
offset
:
number
previous
previous
:
string
total
total
:
number
Methods
Private
_patch
Items
_patch
Items
(
data
:
R
[]
)
:
Collection
<
string
,
T
>
Parameters
data:
R
[]
Returns
Collection
<
string
,
T
>
Generated using
TypeDoc