FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig.fromMap constructor
FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig.fromMap()
Implementation
factory FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig.fromMap(Map<String, dynamic> map) {
return FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig(
maxPageSize: pulumi.Input.fromValue((map['maxPageSize'] as num).toInt()),
);
}