GoogleCloudDataplexV1ListEntryGroupsResponse constructor

GoogleCloudDataplexV1ListEntryGroupsResponse({
  1. List<GoogleCloudDataplexV1EntryGroup>? entryGroups,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListEntryGroupsResponse({
  this.entryGroups,
  this.nextPageToken,
  this.unreachableLocations,
});