ListPrivateCloudsResponse constructor

ListPrivateCloudsResponse({
  1. String? nextPageToken,
  2. List<PrivateCloud>? privateClouds,
  3. List<String>? unreachable,
})

Implementation

ListPrivateCloudsResponse({
  this.nextPageToken,
  this.privateClouds,
  this.unreachable,
});