singleSelectOptions

@JvmName(name = "ftbxiswipgfwuift")
suspend fun singleSelectOptions(value: Output<List<String>>)
@JvmName(name = "gillvjwagvtfsifh")
suspend fun singleSelectOptions(value: List<String>?)

Parameters

value

list of field options to be used with single select


@JvmName(name = "wtoribynnsfmgsny")
suspend fun singleSelectOptions(vararg values: Output<String>)


@JvmName(name = "nyrijdnuhnkhfsvw")
suspend fun singleSelectOptions(values: List<Output<String>>)
@JvmName(name = "egeitrfewhfxcgso")
suspend fun singleSelectOptions(vararg values: String)

Parameters

values

list of field options to be used with single select