healbesdk
1.3.1
healbesdk
/
com.healbe.healbesdk.serverApi.periodicData
Package-level
declarations
Types
Types
Data
Service
Link copied to clipboard
interface
DataService
Load
Response
Link copied to clipboard
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
)