GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo constructor

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo({
  1. double? average,
  2. double? max,
  3. double? min,
  4. List<double>? quartiles,
  5. double? standardDeviation,
})

Implementation

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo({
  this.average,
  this.max,
  this.min,
  this.quartiles,
  this.standardDeviation,
});