GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec constructor

GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec({
  1. String? displayName,
  2. String? linkedResource,
  3. String? location,
  4. String? type,
})

Implementation

GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec({
  this.displayName,
  this.linkedResource,
  this.location,
  this.type,
});