Version: 4.0On this pageCachedRequest Pydantic model for cached request information. Only internal structure.Index Propertieshydratedidlock_expires_atmodel_configwas_already_handledProperties hydratedhydrated: Request | NoneThe hydrated request object (the original one).idid: strId of the request.lock_expires_atlock_expires_at: datetime | NoneThe expiration time of the lock on the request.model_configmodel_config: Undefinedwas_already_handledwas_already_handled: boolWhether the request was already handled.
Pydantic model for cached request information.
Only internal structure.