kvision
Toggle table of contents
8.2.0
common
Platform filter
common
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
RemoteFilter
Remote
Filter
@
Serializable
data
class
RemoteFilter
(
val
field
:
String
,
val
type
:
String
,
val
value
:
String
?
)
(
source
)
Members
Constructors
Remote
Filter
Link copied to clipboard
constructor
(
field
:
String
,
type
:
String
,
value
:
String
?
)
Properties
field
Link copied to clipboard
val
field
:
String
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
val
value
:
String
?