cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
api
/
app.softwork.cikraft.api
/
Resource
Resource
@
Serializable
data
class
Resource
(
val
name
:
String
,
val
resourceType
:
String
,
val
referencedResourceType
:
String
,
val
resourceContent
:
String
)
(
source
)
Members
Constructors
Resource
Link copied to clipboard
constructor
(
name
:
String
,
resourceType
:
String
,
referencedResourceType
:
String
,
resourceContent
:
String
)
Properties
name
Link copied to clipboard
@
SerialName
(
value
=
"Name"
)
val
name
:
String
referenced
Resource
Type
Link copied to clipboard
@
SerialName
(
value
=
"ReferencedResourceType"
)
val
referencedResourceType
:
String
resource
Content
Link copied to clipboard
@
SerialName
(
value
=
"ResourceContent"
)
val
resourceContent
:
String
resource
Type
Link copied to clipboard
@
SerialName
(
value
=
"ResourceType"
)
val
resourceType
:
String