GoogleCloudDataplexV1ListEntryGroupsResponse constructor
GoogleCloudDataplexV1ListEntryGroupsResponse({
- List<
GoogleCloudDataplexV1EntryGroup> ? entryGroups, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListEntryGroupsResponse({
this.entryGroups,
this.nextPageToken,
this.unreachableLocations,
});