GoogleCloudDatacatalogV1beta1EntryGroup constructor
GoogleCloudDatacatalogV1beta1EntryGroup({
- GoogleCloudDatacatalogV1beta1SystemTimestamps? dataCatalogTimestamps,
- String? description,
- String? displayName,
- String? name,
Implementation
GoogleCloudDatacatalogV1beta1EntryGroup({
this.dataCatalogTimestamps,
this.description,
this.displayName,
this.name,
});