GoogleCloudDataplexV1UnstructuredDataProfileResult constructor

GoogleCloudDataplexV1UnstructuredDataProfileResult({
  1. String? description,
  2. GoogleCloudDataplexV1GraphProfile? graphProfile,
  3. String? partialFailureMessage,
})

Implementation

GoogleCloudDataplexV1UnstructuredDataProfileResult({
  this.description,
  this.graphProfile,
  this.partialFailureMessage,
});