exi-android-sdk
androidJvm
exi-android-sdk
/
com.exisdk.features.gethealthconditionbyId.model
Package-level
declarations
Types
Types
EXIHealth
Condition
Description
Link copied to clipboard
@
Serializable
data
class
EXIHealthConditionDescription
(
val
id
:
String
,
val
maximumIntensity
:
String
,
val
maximumIntensity12On
:
String
,
val
orderIndex
:
Int
,
val
status
:
String
,
val
stream
:
String
,
val
translations
:
List
<
Translation
>
)
Translation
Link copied to clipboard
@
Serializable
data
class
Translation
(
val
description
:
String
,
val
libraryContent
:
String
,
val
locale
:
String
,
val
name
:
String
)