GoogleCloudDatacatalogV1GraphSpecGraphElementTable constructor

GoogleCloudDatacatalogV1GraphSpecGraphElementTable({
  1. String? alias,
  2. String? dataSource,
  3. GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference? destinationNodeReference,
  4. String? dynamicLabelColumn,
  5. String? dynamicPropertiesColumn,
  6. List<String>? elementKeys,
  7. String? inputSource,
  8. String? kind,
  9. List<GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties>? labelAndProperties,
  10. GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference? sourceNodeReference,
})

Implementation

GoogleCloudDatacatalogV1GraphSpecGraphElementTable({
  this.alias,
  this.dataSource,
  this.destinationNodeReference,
  this.dynamicLabelColumn,
  this.dynamicPropertiesColumn,
  this.elementKeys,
  this.inputSource,
  this.kind,
  this.labelAndProperties,
  this.sourceNodeReference,
});