Tegral
0.0.5-SNAPSHOT
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.parser
/
PModel
PModel
data
class
PModel
(
val
name
:
String
,
val
fields
:
List
<
PField
>
)
:
PRootElement
A
model ... { }
in a Prisma schema
Members
Constructors
PModel
Link copied to clipboard
constructor
(
name
:
String
,
fields
:
List
<
PField
>
)
Types
Companion
Link copied to clipboard
object
Companion
:
ParserNodeDeclaration
<
PModel
>
Properties
fields
Link copied to clipboard
val
fields
:
List
<
PField
>
Fields contained in this model
name
Link copied to clipboard
val
name
:
String
Name of this model