ListVmwareNodePoolsResponse constructor

ListVmwareNodePoolsResponse({
  1. String? nextPageToken,
  2. List<String>? unreachable,
  3. List<VmwareNodePool>? vmwareNodePools,
})

Implementation

ListVmwareNodePoolsResponse({
  this.nextPageToken,
  this.unreachable,
  this.vmwareNodePools,
});