GoogleCloudDataplexV1UnstructuredDataProfileSpec constructor

GoogleCloudDataplexV1UnstructuredDataProfileSpec({
  1. String? customizedPrompt,
  2. bool? globalEndpointEnabled,
  3. bool? graphProfilePublishingEnabled,
})

Implementation

GoogleCloudDataplexV1UnstructuredDataProfileSpec({
  this.customizedPrompt,
  this.globalEndpointEnabled,
  this.graphProfilePublishingEnabled,
});