Pipe Multi Measure Attribute Mapping Args
data class PipeMultiMeasureAttributeMappingArgs(val measureValue: Output<String>, val measureValueType: Output<PipeMeasureValueType>, val multiMeasureAttributeName: Output<String>) : ConvertibleToJava<PipeMultiMeasureAttributeMappingArgs>
Constructors
Link copied to clipboard
constructor(measureValue: Output<String>, measureValueType: Output<PipeMeasureValueType>, multiMeasureAttributeName: Output<String>)