GoogleCloudDatacatalogV1beta1EntryGroup constructor

GoogleCloudDatacatalogV1beta1EntryGroup({
  1. GoogleCloudDatacatalogV1beta1SystemTimestamps? dataCatalogTimestamps,
  2. String? description,
  3. String? displayName,
  4. String? name,
})

Implementation

GoogleCloudDatacatalogV1beta1EntryGroup({
  this.dataCatalogTimestamps,
  this.description,
  this.displayName,
  this.name,
});