DeviceModelIngestionConfig constructor

DeviceModelIngestionConfig({
  1. List<AssetsMetric>? metrics,
})

Returns a new DeviceModelIngestionConfig instance.

Implementation

DeviceModelIngestionConfig({
  this.metrics,
});