toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.graphql
/
KlerkParameter
Klerk
Parameter
data
class
KlerkParameter
(
val
name
:
String
,
val
type
:
String
,
val
ofType
:
String
?
,
val
nullable
:
Boolean
,
val
required
:
Boolean
)
Members
Constructors
Klerk
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
ofType
:
String
?
,
nullable
:
Boolean
,
required
:
Boolean
)
Properties
name
Link copied to clipboard
val
name
:
String
nullable
Link copied to clipboard
val
nullable
:
Boolean
of
Type
Link copied to clipboard
val
ofType
:
String
?
required
Link copied to clipboard
val
required
:
Boolean
type
Link copied to clipboard
val
type
:
String