toggle menu
client
androidJvm
switch theme
search in API
client
/
co.tryinhouse.android.models
/
InstallData
Install
Data
data
class
InstallData
(
val
shortLink
:
String
,
val
keyValuePairs
:
Map
<
String
,
String
>
,
val
timestamp
:
Long
=
System.currentTimeMillis()
)
Members
Constructors
Install
Data
Link copied to clipboard
constructor
(
shortLink
:
String
,
keyValuePairs
:
Map
<
String
,
String
>
,
timestamp
:
Long
=
System.currentTimeMillis()
)
Properties
key
Value
Pairs
Link copied to clipboard
val
keyValuePairs
:
Map
<
String
,
String
>
short
Link
Link copied to clipboard
val
shortLink
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long