GoogleCloudDatacatalogV1ListEntryGroupsResponse constructor

GoogleCloudDatacatalogV1ListEntryGroupsResponse({
  1. List<GoogleCloudDatacatalogV1EntryGroup>? entryGroups,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatacatalogV1ListEntryGroupsResponse({
  this.entryGroups,
  this.nextPageToken,
});