ListInstancePartitionsResponse constructor

ListInstancePartitionsResponse({
  1. List<InstancePartition>? instancePartitions,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListInstancePartitionsResponse({
  this.instancePartitions,
  this.nextPageToken,
  this.unreachable,
});