library
library
/
io.constructor.data.model.common
/
RefinedContent
Refined
Content
@
JsonClass
(
generateAdapter
=
true
)
data
class
RefinedContent
(
@
Json
(
name
=
"data"
)
val
data
:
Map
<
String
,
Any
?
>
?
)
:
Serializable
Content copied to clipboard
Models an individual refined content
Constructors
Properties
Constructors
Refined
Content
Link copied to clipboard
fun
RefinedContent
(
@
Json
(
name
=
"data"
)
data
:
Map
<
String
,
Any
?
>
?
)
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
Map
<
String
,
Any
?
>
?
Content copied to clipboard