GoogleCloudDataplexV1GraphProfileEdgeType constructor

GoogleCloudDataplexV1GraphProfileEdgeType({
  1. String? description,
  2. GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints? extractionHints,
  3. List<GoogleCloudDataplexV1GraphProfileField>? fields,
  4. List<GoogleCloudDataplexV1GraphProfileEdgeTypeForeignKey>? foreignKeys,
  5. String? name,
  6. String? sourceNodeType,
  7. String? targetNodeType,
})

Implementation

GoogleCloudDataplexV1GraphProfileEdgeType({
  this.description,
  this.extractionHints,
  this.fields,
  this.foreignKeys,
  this.name,
  this.sourceNodeType,
  this.targetNodeType,
});