toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_handler
/
MatchPolicy
Match
Policy
@
JsonClass
(
generateAdapter
=
true
)
data
class
MatchPolicy
(
@
Json
(
name
=
"candidates"
)
val
candidates
:
Candidates
?
,
@
Json
(
name
=
"filters"
)
val
filters
:
Filters
?
,
@
Json
(
name
=
"label"
)
val
label
:
String
?
,
@
Json
(
name
=
"limit"
)
val
limit
:
Int
?
,
@
Json
(
name
=
"targets"
)
val
targets
:
List
<
String
>
?
,
@
Json
(
name
=
"threshold"
)
val
threshold
:
Double
?
)
Members
Constructors
Match
Policy
Link copied to clipboard
constructor
(
@
Json
(
name
=
"candidates"
)
candidates
:
Candidates
?
,
@
Json
(
name
=
"filters"
)
filters
:
Filters
?
,
@
Json
(
name
=
"label"
)
label
:
String
?
,
@
Json
(
name
=
"limit"
)
limit
:
Int
?
,
@
Json
(
name
=
"targets"
)
targets
:
List
<
String
>
?
,
@
Json
(
name
=
"threshold"
)
threshold
:
Double
?
)
Properties
candidates
Link copied to clipboard
val
candidates
:
Candidates
?
filters
Link copied to clipboard
val
filters
:
Filters
?
label
Link copied to clipboard
val
label
:
String
?
limit
Link copied to clipboard
val
limit
:
Int
?
targets
Link copied to clipboard
val
targets
:
List
<
String
>
?
threshold
Link copied to clipboard
val
threshold
:
Double
?