toggle menu
godfather-front-end
desktop
switch theme
search in API
composeApp
/
models
/
DeviceDetails
Device
Details
@
Serializable
data
class
DeviceDetails
(
val
icon
:
Icon
?
=
null
,
val
id
:
String
=
""
,
val
isLost
:
Boolean
?
=
null
,
val
name
:
String
=
""
,
val
type
:
String
=
""
)
Members
Constructors
Device
Details
Link copied to clipboard
constructor
(
icon
:
Icon
?
=
null
,
id
:
String
=
""
,
isLost
:
Boolean
?
=
null
,
name
:
String
=
""
,
type
:
String
=
""
)
Properties
icon
Link copied to clipboard
@
SerialName
(
value
=
"icon"
)
val
icon
:
Icon
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
is
Lost
Link copied to clipboard
@
SerialName
(
value
=
"isLost"
)
val
isLost
:
Boolean
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String