# RequestRegistration<!-- -->

Result of registering a request in the request queue, either by adding a new request or updating an existing one.

## Index[**](#Index)

### Properties

* [**model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestRegistration.md#model_config)
* [**request\_id](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestRegistration.md#request_id)
* [**was\_already\_handled](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestRegistration.md#was_already_handled)
* [**was\_already\_present](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestRegistration.md#was_already_present)

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

### [**](#model_config)model\_config

**model\_config: Undefined

### [**](#request_id)request\_id

**request\_id: str

A unique identifier assigned to the request.

### [**](#was_already_handled)was\_already\_handled

**was\_already\_handled: bool

Indicates whether a request with the same unique key has already been processed by the request queue.

### [**](#was_already_present)was\_already\_present

**was\_already\_present: bool

Indicates whether a request with the same unique key already existed in the request queue. If true, no new request was created.
