FlowSourceFlowConfigSourceConnectorPropertiesDynatrace constructor
const
FlowSourceFlowConfigSourceConnectorPropertiesDynatrace({
- required Input<
String> object_,
Creates a new FlowSourceFlowConfigSourceConnectorPropertiesDynatrace.
object_ Required.
Implementation
const FlowSourceFlowConfigSourceConnectorPropertiesDynatrace({
required this.object_,
});