ListDiscoveredServicesResponse constructor
ListDiscoveredServicesResponse({
- List<
DiscoveredService> ? discoveredServices, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDiscoveredServicesResponse({
this.discoveredServices,
this.nextPageToken,
this.unreachable,
});