ListPrivateCloudsResponse constructor
ListPrivateCloudsResponse({
- String? nextPageToken,
- List<
PrivateCloud> ? privateClouds, - List<
String> ? unreachable,
Implementation
ListPrivateCloudsResponse({
this.nextPageToken,
this.privateClouds,
this.unreachable,
});