GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey constructor
GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey({
- List<
GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping> ? columnMappings, - String? entry,
- String? name,
Implementation
GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey({
this.columnMappings,
this.entry,
this.name,
});