GoogleCloudDataplexV1GraphProfileEdgeType constructor
GoogleCloudDataplexV1GraphProfileEdgeType({
- String? description,
- GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints? extractionHints,
- List<
GoogleCloudDataplexV1GraphProfileField> ? fields, - List<
GoogleCloudDataplexV1GraphProfileEdgeTypeForeignKey> ? foreignKeys, - String? name,
- String? sourceNodeType,
- String? targetNodeType,
Implementation
GoogleCloudDataplexV1GraphProfileEdgeType({
this.description,
this.extractionHints,
this.fields,
this.foreignKeys,
this.name,
this.sourceNodeType,
this.targetNodeType,
});