ListInstancesResponse constructor

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

Implementation

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