Skip to main content

AddRequestsResponse

Model for a response to add requests to a queue.

Contains detailed information about the processing results when adding multiple requests to a queue. This includes which requests were successfully processed and which ones encountered issues during processing.

Index

Properties

model_config

model_config: Undefined

processed_requests

processed_requests: list[ProcessedRequest]

Successfully processed requests, including information about whether they were already present in the queue and whether they had been handled previously.

unprocessed_requests

unprocessed_requests: list[UnprocessedRequest]

Requests that could not be processed, typically due to validation errors or other issues.