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