vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
dif-data-classes
/
at.asitplus.dif
/
ConstraintNotFilter
Constraint
Not
Filter
@
Serializable
data
class
ConstraintNotFilter
(
val
const
:
String
?
=
null
,
val
enum
:
Collection
<
String
>
?
=
null
)
(
source
)
Data class for
DIF Presentation Exchange v1.0.0
Members
Constructors
Constraint
Not
Filter
Link copied to clipboard
constructor
(
const
:
String
?
=
null
,
enum
:
Collection
<
String
>
?
=
null
)
Properties
const
Link copied to clipboard
@
SerialName
(
value
=
"const"
)
val
const
:
String
?
enum
Link copied to clipboard
@
SerialName
(
value
=
"enum"
)
val
enum
:
Collection
<
String
>
?