Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-docs
/
org.meshtastic.feature.docs.model
/
DocBundle
Doc
Bundle
data
class
DocBundle
(
val
pages
:
List
<
DocPage
>
,
val
pageIndex
:
Map
<
String
,
DocPage
>
,
val
bundleVersion
:
String
,
val
generatedAt
:
String
,
val
totalBytes
:
Long
)
(
source
)
Runtime aggregate of the full documentation corpus.
Members
Constructors
Doc
Bundle
Link copied to clipboard
constructor
(
pages
:
List
<
DocPage
>
,
pageIndex
:
Map
<
String
,
DocPage
>
,
bundleVersion
:
String
,
generatedAt
:
String
,
totalBytes
:
Long
)
Properties
bundle
Version
Link copied to clipboard
val
bundleVersion
:
String
generated
At
Link copied to clipboard
val
generatedAt
:
String
page
Index
Link copied to clipboard
val
pageIndex
:
Map
<
String
,
DocPage
>
pages
Link copied to clipboard
val
pages
:
List
<
DocPage
>
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long