toggle menu
Keyper
jvm
switch theme
search in API
Keyper
/
jarrid.keyper.resource
/
Base
Base
@
Serializable
class
Base
(
var
created
:
Instant
?
=
null
,
var
updated
:
Instant
?
=
null
,
val
id
:
UUID
,
val
name
:
String
?
=
null
,
val
context
:
Map
<
String
,
Any
>
?
=
null
)
Members
Constructors
Base
Link copied to clipboard
constructor
(
created
:
Instant
?
=
null
,
updated
:
Instant
?
=
null
,
id
:
UUID
,
name
:
String
?
=
null
,
context
:
Map
<
String
,
Any
>
?
=
null
)
Properties
context
Link copied to clipboard
val
context
:
Map
<
String
,
Any
>
?
=
null
created
Link copied to clipboard
var
created
:
Instant
?
id
Link copied to clipboard
val
id
:
UUID
name
Link copied to clipboard
val
name
:
String
?
=
null
updated
Link copied to clipboard
var
updated
:
Instant
?
Functions
create
Link copied to clipboard
fun
create
(
)
updated
Link copied to clipboard
fun
updated
(
)