ListInstancesResponse constructor

ListInstancesResponse({
  1. List<String>? failedLocations,
  2. List<Instance>? instances,
  3. String? nextPageToken,
})

Implementation

ListInstancesResponse({
  this.failedLocations,
  this.instances,
  this.nextPageToken,
});