GoogleCloudDataplexV1UnstructuredDataProfileResult constructor
GoogleCloudDataplexV1UnstructuredDataProfileResult({
- String? description,
- GoogleCloudDataplexV1GraphProfile? graphProfile,
- String? partialFailureMessage,
Implementation
GoogleCloudDataplexV1UnstructuredDataProfileResult({
this.description,
this.graphProfile,
this.partialFailureMessage,
});