FlowSourceFlowConfigSourceConnectorPropertiesInforNexus.fromMap constructor
Implementation
factory FlowSourceFlowConfigSourceConnectorPropertiesInforNexus.fromMap(Map<String, dynamic> map) {
return FlowSourceFlowConfigSourceConnectorPropertiesInforNexus(
object_: pulumi.Input.fromValue(map['object'] as String),
);
}