api-hci
/
de.jlnstrk.transit.api.hci.config
/
HciClient
Hci
Client
data class
HciClient
(id:
String
, type:
HciClient.Type
, name:
String
, v:
String
?, l:
String
?, os:
String
?, res:
String
?, stats:
String
?, ua:
String
?, userId:
String
?)
Content copied to clipboard
Types
Properties
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
HciClient.Type
>
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
l
Link copied to clipboard
val
l
:
String
? = null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
os
Link copied to clipboard
val
os
:
String
? = null
Content copied to clipboard
res
Link copied to clipboard
val
res
:
String
? = null
Content copied to clipboard
stats
Link copied to clipboard
val
stats
:
String
? = null
Content copied to clipboard
type
Link copied to clipboard
val
type
:
HciClient.Type
Content copied to clipboard
ua
Link copied to clipboard
val
ua
:
String
? = null
Content copied to clipboard
userId
Link copied to clipboard
val
userId
:
String
? = null
Content copied to clipboard
v
Link copied to clipboard
val
v
:
String
? = null
Content copied to clipboard