GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey constructor

GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey({
  1. List<GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping>? columnMappings,
  2. String? entry,
  3. String? name,
})

Implementation

GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey({
  this.columnMappings,
  this.entry,
  this.name,
});