Matching Workflow Rule Based Properties Args
data class MatchingWorkflowRuleBasedPropertiesArgs(val attributeMatchingModel: Output<MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel>, val rules: Output<List<MatchingWorkflowRuleArgs>>) : ConvertibleToJava<MatchingWorkflowRuleBasedPropertiesArgs>
Constructors
Link copied to clipboard
fun MatchingWorkflowRuleBasedPropertiesArgs(attributeMatchingModel: Output<MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel>, rules: Output<List<MatchingWorkflowRuleArgs>>)