ListAcceleratorTypesResponse constructor

ListAcceleratorTypesResponse({
  1. List<AcceleratorType>? acceleratorTypes,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListAcceleratorTypesResponse({
  this.acceleratorTypes,
  this.nextPageToken,
  this.unreachable,
});