The set of header modifications to apply, in the following order: remove, set, append.
| Name | Type | Description | Notes |
|---|---|---|---|
| remove | string[] | The list of headers to remove. | [optional] |
| set | \Fingerprint\ServerSdk\Model\RuleActionHeaderField[] | The list of headers to set, overwriting any existing headers with the same name. | [optional] |
| append | \Fingerprint\ServerSdk\Model\RuleActionHeaderField[] | The list of headers to append. | [optional] |