LeaseWorkItemRequest constructor

LeaseWorkItemRequest({
  1. String? currentWorkerTime,
  2. String? location,
  3. String? requestedLeaseDuration,
  4. Map<String, Object?>? unifiedWorkerRequest,
  5. List<String>? workItemTypes,
  6. List<String>? workerCapabilities,
  7. String? workerId,
})

Implementation

LeaseWorkItemRequest({
  this.currentWorkerTime,
  this.location,
  this.requestedLeaseDuration,
  this.unifiedWorkerRequest,
  this.workItemTypes,
  this.workerCapabilities,
  this.workerId,
});