FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics constructor

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

Implementation

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