Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
NetworkFirmwareRelease
Network
Firmware
Release
@
Serializable
data
class
NetworkFirmwareRelease
(
val
id
:
String
=
""
,
val
pageUrl
:
String
=
""
,
val
releaseNotes
:
String
=
""
,
val
title
:
String
=
""
,
val
zipUrl
:
String
=
""
)
(
source
)
Members
Constructors
Network
Firmware
Release
Link copied to clipboard
constructor
(
id
:
String
=
""
,
pageUrl
:
String
=
""
,
releaseNotes
:
String
=
""
,
title
:
String
=
""
,
zipUrl
:
String
=
""
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
page
Url
Link copied to clipboard
@
SerialName
(
value
=
"page_url"
)
val
pageUrl
:
String
release
Notes
Link copied to clipboard
@
SerialName
(
value
=
"release_notes"
)
val
releaseNotes
:
String
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
zip
Url
Link copied to clipboard
@
SerialName
(
value
=
"zip_url"
)
val
zipUrl
:
String