MatchingWorkflowResolutionTechniquesArgs

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)

Functions

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

Properties