FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.fromMap constructor
Implementation
factory FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.fromMap(Map<String, dynamic> map) {
return FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics(
object_: pulumi.Input.fromValue(map['object'] as String),
);
}