Typed dictsVersion: NextOn this pageRequestInputDict TypedDict counterpart of RequestInput for adding requests to a request queue.Index Propertiesidmethodunique_keyurlProperties idid: NotRequired[str | None]A unique identifier assigned to the request.methodmethod: NotRequired[str | None]The HTTP method of the request. Defaults to GET on the API side if not provided.unique_keyunique_key: strA unique key used for request de-duplication.urlurl: strThe URL of the request.
TypedDict counterpart of
RequestInputfor adding requests to a request queue.