FlowSourceFlowConfigSourceConnectorPropertiesSlack.fromMap constructor

FlowSourceFlowConfigSourceConnectorPropertiesSlack.fromMap(
  1. Map<String, dynamic> map
)

Implementation

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