--- displayed_sidebar: servicesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # IdempotencyKey Idempotency Key is used to continue a process in case of any failure that might occur. ## Constructors ### constructor `**new IdempotencyKey**()` Idempotency Key is used to continue a process in case of any failure that might occur. ## Properties `", "description": "The parameters passed to the request", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "request_path", "type": "`string`", "description": "The request's path", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "response_body", "type": "`Record`", "description": "The response's body", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "response_code", "type": "`number`", "description": "The response's code.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ]} /> ## Methods ### beforeInsert `Private **beforeInsert**(): void` #### Returns `void`