GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference constructor

GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference({
  1. List<String>? edgeTableColumns,
  2. String? nodeAlias,
  3. List<String>? nodeTableColumns,
})

Implementation

GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference({
  this.edgeTableColumns,
  this.nodeAlias,
  this.nodeTableColumns,
});