GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue constructor

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue({
  1. String? count,
  2. double? ratio,
  3. String? value,
})

Implementation

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue({
  this.count,
  this.ratio,
  this.value,
});