healbesdk
1.3.1
healbesdk
/
com.healbe.healbesdk.serverApi.periodicData
/
LoadResponse
Load
Response
data
class
LoadResponse
<
out
T
:
NetworkRecord
>
(
val
responseCode
:
List
<
Int
>
?
=
null
,
val
from
:
Long
?
=
null
,
val
count
:
Long
?
=
null
,
val
limit
:
Long
?
=
null
,
val
total
:
Long
?
=
null
,
val
dataGroups
:
List
<
DataGroup
<
T
>
>
?
=
null
)
Constructors
Properties
Constructors
Load
Response
Link copied to clipboard
fun
<
out
T
:
NetworkRecord
>
LoadResponse
(
responseCode
:
List
<
Int
>
?
=
null
,
from
:
Long
?
=
null
,
count
:
Long
?
=
null
,
limit
:
Long
?
=
null
,
total
:
Long
?
=
null
,
dataGroups
:
List
<
DataGroup
<
T
>
>
?
=
null
)
Properties
count
Link copied to clipboard
val
count
:
Long
?
=
null
data
Groups
Link copied to clipboard
val
dataGroups
:
List
<
DataGroup
<
T
>
>
?
=
null
from
Link copied to clipboard
val
from
:
Long
?
=
null
limit
Link copied to clipboard
val
limit
:
Long
?
=
null
response
Code
Link copied to clipboard
val
responseCode
:
List
<
Int
>
?
=
null
total
Link copied to clipboard
val
total
:
Long
?
=
null