Matching Workflow Resolution Techniques Args
data class MatchingWorkflowResolutionTechniquesArgs(val providerProperties: Output<MatchingWorkflowProviderPropertiesArgs>? = null, val resolutionType: Output<MatchingWorkflowResolutionTechniquesResolutionType>? = null, val ruleBasedProperties: Output<MatchingWorkflowRuleBasedPropertiesArgs>? = null) : ConvertibleToJava<MatchingWorkflowResolutionTechniquesArgs>
Constructors
Link copied to clipboard
fun MatchingWorkflowResolutionTechniquesArgs(providerProperties: Output<MatchingWorkflowProviderPropertiesArgs>? = null, resolutionType: Output<MatchingWorkflowResolutionTechniquesResolutionType>? = null, ruleBasedProperties: Output<MatchingWorkflowRuleBasedPropertiesArgs>? = null)