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