GoogleCloudDataplexV1GraphProfileNodeType constructor

GoogleCloudDataplexV1GraphProfileNodeType({
  1. String? description,
  2. GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints? extractionHints,
  3. List<GoogleCloudDataplexV1GraphProfileField>? fields,
  4. String? name,
  5. List<String>? primaryKeys,
})

Implementation

GoogleCloudDataplexV1GraphProfileNodeType({
  this.description,
  this.extractionHints,
  this.fields,
  this.name,
  this.primaryKeys,
});