DataplexConfig constructor

DataplexConfig({
  1. Map<String, Lake>? lakeResources,
})

Implementation

DataplexConfig({
  this.lakeResources,
});