PollItemsRequest constructor

PollItemsRequest({
  1. String? connectorName,
  2. DebugOptions? debugOptions,
  3. int? limit,
  4. String? queue,
  5. List<String>? statusCodes,
})

Implementation

PollItemsRequest({
  this.connectorName,
  this.debugOptions,
  this.limit,
  this.queue,
  this.statusCodes,
});