toggle menu
Keyper
jvm
switch theme
search in API
Keyper
/
jarrid.keyper.resource
/
BasePayload
Base
Payload
data
class
BasePayload
(
val
id
:
UUID
?
=
null
,
val
name
:
String
?
=
null
,
val
context
:
Map
<
String
,
Any
>
?
=
null
,
val
type
:
ResourceType
?
=
null
)
Members
Constructors
Base
Payload
Link copied to clipboard
constructor
(
id
:
UUID
?
=
null
,
name
:
String
?
=
null
,
context
:
Map
<
String
,
Any
>
?
=
null
,
type
:
ResourceType
?
=
null
)
Properties
context
Link copied to clipboard
val
context
:
Map
<
String
,
Any
>
?
=
null
id
Link copied to clipboard
val
id
:
UUID
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
type
Link copied to clipboard
val
type
:
ResourceType
?
=
null
Functions
get
Config
Attribute
Link copied to clipboard
fun
getConfigAttribute
(
attr
:
String
,
default
:
Any
?
)
:
Any
?