kfx
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kfx
soap-runtime
/
io.github.hfhbd.kfx.soap
/
Conditions
Conditions
@
Serializable
data
class
Conditions
(
val
notBefore
:
Instant
,
val
notOnOrAfter
:
Instant
)
(
source
)
Members
Constructors
Conditions
Link copied to clipboard
constructor
(
notBefore
:
Instant
,
notOnOrAfter
:
Instant
)
Properties
not
Before
Link copied to clipboard
@
SerialName
(
value
=
"NotBefore"
)
val
notBefore
:
Instant
not
On
Or
After
Link copied to clipboard
@
SerialName
(
value
=
"NotOnOrAfter"
)
val
notOnOrAfter
:
Instant