ValuesPropertiesArgs

data class ValuesPropertiesArgs(val stringList: Output<List<String>>? = null) : ConvertibleToJava<ValuesPropertiesArgs>

The values of a predefined attribute.

Constructors

Link copied to clipboard
constructor(stringList: Output<List<String>>? = null)

Properties

Link copied to clipboard
val stringList: Output<List<String>>? = null

Predefined attribute values of type string list.

Functions

Link copied to clipboard
open override fun toJava(): ValuesPropertiesArgs