searchSolutionUseCase

@JvmName(name = "xhqjpqdkjdmwkagg")
suspend fun searchSolutionUseCase(value: Output<List<ControlSearchSolutionUseCaseItem>>)
@JvmName(name = "wqaqvshluihbqbio")
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 = "rkcxoewbylutxlpy")
suspend fun searchSolutionUseCase(vararg values: Output<ControlSearchSolutionUseCaseItem>)


@JvmName(name = "woimbgisqhutkbbh")
suspend fun searchSolutionUseCase(values: List<Output<ControlSearchSolutionUseCaseItem>>)
@JvmName(name = "osigvdvdspekwign")
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.