QueuedResource constructor

QueuedResource({
  1. String? createTime,
  2. Guaranteed? guaranteed,
  3. String? name,
  4. QueueingPolicy? queueingPolicy,
  5. String? reservationName,
  6. Spot? spot,
  7. QueuedResourceState? state,
  8. Tpu? tpu,
})

Implementation

QueuedResource({
  this.createTime,
  this.guaranteed,
  this.name,
  this.queueingPolicy,
  this.reservationName,
  this.spot,
  this.state,
  this.tpu,
});