propertyValues

@JvmName(name = "difwerhgnjqhbaqo")
suspend fun propertyValues(value: Output<List<String>>)
@JvmName(name = "aptcqsfsgqjngrvn")
suspend fun propertyValues(value: List<String>?)

Parameters

value

Value of the custom property in the form of an array. Properties of type single_select, string, and true_false are represented as a string array of length 1


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


@JvmName(name = "smtmvbsqpjpmwdym")
suspend fun propertyValues(values: List<Output<String>>)
@JvmName(name = "ufufdduqjtmjorhq")
suspend fun propertyValues(vararg values: String)

Parameters

values

Value of the custom property in the form of an array. Properties of type single_select, string, and true_false are represented as a string array of length 1