GoogleCloudDataplexV1GraphProfileNodeType constructor
GoogleCloudDataplexV1GraphProfileNodeType({
- String? description,
- GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints? extractionHints,
- List<
GoogleCloudDataplexV1GraphProfileField> ? fields, - String? name,
- List<
String> ? primaryKeys,
Implementation
GoogleCloudDataplexV1GraphProfileNodeType({
this.description,
this.extractionHints,
this.fields,
this.name,
this.primaryKeys,
});