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