# RequestDraftDict<!-- -->

A request that failed to be processed during a request queue operation and can be retried.

## Index[**](#Index)

### Properties

* [**id](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestDraftDict.md#id)
* [**method](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestDraftDict.md#method)
* [**unique\_key](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestDraftDict.md#unique_key)
* [**url](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestDraftDict.md#url)

## Properties<!-- -->[**](#Properties)

### [**](#id)id

**id: NotRequired\[str]

A unique identifier assigned to the request.

### [**](#method)method

**method: NotRequired\[Literal\[GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH]]

### [**](#unique_key)unique\_key

**unique\_key: str

A unique key used for request de-duplication. Requests with the same unique key are considered identical.

### [**](#url)url

**url: str

The URL of the request.
