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