Component Binding Properties Value Properties Args
data class ComponentBindingPropertiesValuePropertiesArgs(val bucket: Output<String>? = null, val defaultValue: Output<String>? = null, val field: Output<String>? = null, val key: Output<String>? = null, val model: Output<String>? = null, val predicates: Output<List<ComponentPredicateArgs>>? = null, val slotName: Output<String>? = null, val userAttribute: Output<String>? = null) : ConvertibleToJava<ComponentBindingPropertiesValuePropertiesArgs>
Constructors
Link copied to clipboard
constructor(bucket: Output<String>? = null, defaultValue: Output<String>? = null, field: Output<String>? = null, key: Output<String>? = null, model: Output<String>? = null, predicates: Output<List<ComponentPredicateArgs>>? = null, slotName: Output<String>? = null, userAttribute: Output<String>? = null)