toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
database
/
ru.sydis.database.maria
/
JsonTypeRepositoryMariaDb
/
TypeElement
Type
Element
data
class
TypeElement
(
val
id
:
Long
,
val
parentId
:
Long
,
val
name
:
String
,
val
jstruct
:
String
,
val
fullStruct
:
String
,
val
lastId
:
Long
,
val
inherited
:
String
)
Members
Constructors
Type
Element
Link copied to clipboard
constructor
(
id
:
Long
,
parentId
:
Long
,
name
:
String
,
jstruct
:
String
,
fullStruct
:
String
,
lastId
:
Long
,
inherited
:
String
)
Properties
full
Struct
Link copied to clipboard
val
fullStruct
:
String
id
Link copied to clipboard
val
id
:
Long
inherited
Link copied to clipboard
val
inherited
:
String
jstruct
Link copied to clipboard
val
jstruct
:
String
last
Id
Link copied to clipboard
val
lastId
:
Long
name
Link copied to clipboard
val
name
:
String
parent
Id
Link copied to clipboard
val
parentId
:
Long