toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.model
/
DescriptorRaw
Descriptor
Raw
@
JsonClass
(
generateAdapter
=
true
)
data
class
DescriptorRaw
(
@
Json
(
name
=
"id"
)
val
id
:
String
,
@
Json
(
name
=
"data"
)
val
data
:
String
,
@
Json
(
name
=
"type"
)
val
type
:
String
=
SDK_DESCRIPTOR
)
Descriptor model.
Members
Constructors
Descriptor
Raw
Link copied to clipboard
constructor
(
@
Json
(
name
=
"id"
)
id
:
String
,
@
Json
(
name
=
"data"
)
data
:
String
,
@
Json
(
name
=
"type"
)
type
:
String
=
SDK_DESCRIPTOR
)
Properties
data
Link copied to clipboard
val
data
:
String
Encoded descriptor
android.util.Base64
.
id
Link copied to clipboard
val
id
:
String
Descriptor Id.
type
Link copied to clipboard
val
type
:
String
Descriptor type.