toggle menu
nutrient
Nutrient
switch theme
search in API
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