Custom Property Property Value Args
data class CustomPropertyPropertyValueArgs(val propertyValue: Output<String>? = null, val propertyValueId: Output<String>? = null) : ConvertibleToJava<CustomPropertyPropertyValueArgs>
Constructors
Link copied to clipboard
fun CustomPropertyPropertyValueArgs(propertyValue: Output<String>? = null, propertyValueId: Output<String>? = null)