Name | Type | Description | Notes |
---|---|---|---|
action | int | Operation action to take; possible values are "Replace" | [optional] |
match_against | str | For Replace operations, the string to match against (to be replaced with ReplaceWith string) | [optional] |
replace_with | str | For Replace operations, the string to Replace the original string with | [optional] |