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