Tegral
0.0.4
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.protocol
/
FieldRefType
Field
Ref
Type
data
class
FieldRefType
(
val
name
:
String
,
val
allowTypes
:
List
<
TypeRef.FieldRefAllowType
<
TypeRef
>
>
,
val
fields
:
List
<
SchemaArg
>
)
Members
Constructors
Field
Ref
Type
Link copied to clipboard
constructor
(
name
:
String
,
allowTypes
:
List
<
TypeRef.FieldRefAllowType
<
TypeRef
>
>
,
fields
:
List
<
SchemaArg
>
)
Properties
allow
Types
Link copied to clipboard
val
allowTypes
:
List
<
TypeRef.FieldRefAllowType
<
TypeRef
>
>
fields
Link copied to clipboard
val
fields
:
List
<
SchemaArg
>
name
Link copied to clipboard
val
name
:
String