toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.graphql
/
KlerkField
Klerk
Field
data
class
KlerkField
(
val
name
:
String
,
val
type
:
PropertyType
,
val
value
:
String
?
)
Members
Constructors
Klerk
Field
Link copied to clipboard
constructor
(
name
:
String
,
type
:
PropertyType
,
value
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
PropertyType
value
Link copied to clipboard
val
value
:
String
?