searchSolutionUseCase

@JvmName(name = "xdktiiivlemeimwh")
suspend fun searchSolutionUseCase(value: Output<List<ControlSearchSolutionUseCaseItem>>)
@JvmName(name = "hfwwwdmlwrkropjm")
suspend fun searchSolutionUseCase(value: List<ControlSearchSolutionUseCaseItem>?)

Parameters

value

Specifies the use case for the control. Affects what condition fields can be set. Only settable by search controls. Will default to SEARCH_SOLUTION_USE_CASE_SEARCH if not specified. Currently only allow one search_solution_use_case per control.


@JvmName(name = "hperrxwcksxoofub")
suspend fun searchSolutionUseCase(vararg values: Output<ControlSearchSolutionUseCaseItem>)


@JvmName(name = "mmjhpkvvaqahwvuj")
suspend fun searchSolutionUseCase(values: List<Output<ControlSearchSolutionUseCaseItem>>)
@JvmName(name = "ywibhqulhmlfhvdx")
suspend fun searchSolutionUseCase(vararg values: ControlSearchSolutionUseCaseItem)

Parameters

values

Specifies the use case for the control. Affects what condition fields can be set. Only settable by search controls. Will default to SEARCH_SOLUTION_USE_CASE_SEARCH if not specified. Currently only allow one search_solution_use_case per control.