FlowSourceFlowConfigSourceConnectorPropertiesSlack constructor

const FlowSourceFlowConfigSourceConnectorPropertiesSlack({
  1. required Input<String> object_,
})

Creates a new FlowSourceFlowConfigSourceConnectorPropertiesSlack. object_ Required.

Implementation

const FlowSourceFlowConfigSourceConnectorPropertiesSlack({
  required this.object_,
});