GoogleCloudDataplexV1DataProfileResultProfileField constructor
      
      GoogleCloudDataplexV1DataProfileResultProfileField({ 
    
    
- String? mode,
 - String? name,
 - GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo? profile,
 - String? type,
 
Implementation
GoogleCloudDataplexV1DataProfileResultProfileField({
  this.mode,
  this.name,
  this.profile,
  this.type,
});