kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonAccount
Json
Account
common
data
class
JsonAccount
(
deviceId
:
Int
?
,
username
:
String
?
,
filename
:
String
?
,
uuid
:
String
?
,
registered
:
Boolean
?
,
hasKeys
:
Boolean
?
,
subscribed
:
Boolean
?
)
Content copied to clipboard
Properties
Properties
deviceId
Link copied to clipboard
common
val
deviceId
:
Int
?
=
null
Content copied to clipboard
filename
Link copied to clipboard
common
val
filename
:
String
?
=
null
Content copied to clipboard
hasKeys
Link copied to clipboard
common
val
hasKeys
:
Boolean
?
=
null
Content copied to clipboard
registered
Link copied to clipboard
common
val
registered
:
Boolean
?
=
null
Content copied to clipboard
subscribed
Link copied to clipboard
common
val
subscribed
:
Boolean
?
=
null
Content copied to clipboard
username
Link copied to clipboard
common
val
username
:
String
?
=
null
Content copied to clipboard
uuid
Link copied to clipboard
common
val
uuid
:
String
?
=
null
Content copied to clipboard