nutrient
Toggle table of contents
10.8.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
io.nutrient.data.models
/
Document
Document
@
Serializable
data
class
Document
(
val
documentId
:
String
,
val
layerName
:
String
=
""
)
Members
Constructors
Document
Link copied to clipboard
constructor
(
documentId
:
String
,
layerName
:
String
=
""
)
Properties
document
Id
Link copied to clipboard
val
documentId
:
String
layer
Name
Link copied to clipboard
val
layerName
:
String
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
JSONObject