GoogleCloudDataplexV1DataProfileResultProfileField constructor

GoogleCloudDataplexV1DataProfileResultProfileField({
  1. String? mode,
  2. String? name,
  3. GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo? profile,
  4. String? type,
})

Implementation

GoogleCloudDataplexV1DataProfileResultProfileField({
  this.mode,
  this.name,
  this.profile,
  this.type,
});