FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.fromMap constructor

FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics.fromMap(
  1. Map<String, dynamic> map
)

Implementation

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