toggle menu
objective
0.3.1
common
switch theme
search in API
objective
/
me.haroldmartin.objective.models.index
/
FieldConfig
Field
Config
@
Serializable
data
class
FieldConfig
(
val
allow
:
List
<
String
>
,
val
deny
:
List
<
String
>
)
Members
Constructors
Field
Config
Link copied to clipboard
constructor
(
allow
:
List
<
String
>
,
deny
:
List
<
String
>
)
Properties
allow
Link copied to clipboard
val
allow
:
List
<
String
>
deny
Link copied to clipboard
val
deny
:
List
<
String
>