ztcorekit
/
fr.zhortech.ztcorekit.api.activity
/
ZTActivityData
Z
T
Activity
Data
class
ZTActivityData
(timestamp:
Long
, timezone:
String
, activityId:
String
, data:
List
<
Any
?>, synced:
Boolean
)
Content copied to clipboard
ZTActivityData
Author
Alexandre Lemoult <a.lemoult@zhortech.com>
Constructors
Properties
Constructors
ZTActivityData
Link copied to clipboard
fun
ZTActivityData
(timestamp:
Long
, timezone:
String
, activityId:
String
, data:
List
<
Any
?>, synced:
Boolean
= false)
Content copied to clipboard
Properties
activityId
Link copied to clipboard
val
activityId
:
String
Content copied to clipboard
data
Link copied to clipboard
val
data
:
List
<
Any
?>
Content copied to clipboard
synced
Link copied to clipboard
var
synced
:
Boolean
= false
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
Long
Content copied to clipboard
timezone
Link copied to clipboard
@
SerializedName
(
value =
tz
)
val
timezone
:
String
Content copied to clipboard