FlowSourceFlowConfigSourceConnectorPropertiesSlack constructor
const
FlowSourceFlowConfigSourceConnectorPropertiesSlack({
- required Input<
String> object_,
Creates a new FlowSourceFlowConfigSourceConnectorPropertiesSlack.
object_ Required.
Implementation
const FlowSourceFlowConfigSourceConnectorPropertiesSlack({
required this.object_,
});