ListDiscoveryClientsResponse constructor
ListDiscoveryClientsResponse({
- List<
DiscoveryClient> ? discoveryClients, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDiscoveryClientsResponse({
this.discoveryClients,
this.nextPageToken,
this.unreachable,
});