toggle menu
flatInvoker
common
switch theme
search in API
reaktor-auth
/
dev.shibasis.reaktor.auth
/
Permission
Permission
@
Serializable
data
class
Permission
(
val
id
:
Long
,
val
name
:
String
,
val
appId
:
Long
,
val
createdAt
:
LocalDateTime
,
val
updatedAt
:
LocalDateTime
)
Members
Constructors
Permission
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
appId
:
Long
,
createdAt
:
LocalDateTime
,
updatedAt
:
LocalDateTime
)
Properties
app
Id
Link copied to clipboard
val
appId
:
Long
created
At
Link copied to clipboard
val
createdAt
:
LocalDateTime
id
Link copied to clipboard
val
id
:
Long
name
Link copied to clipboard
val
name
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
LocalDateTime