Class representing a daisyDiff request sent to DiffResource. Encapsulates request data.
| name | data type | description |
|---|---|---|
| older | string | Get the older version of the html document to be diff'ed. |
| newer | string | Get the newer version of the html document to be diff'ed. |
| ignoreRegex | string | Return the ignore regex that will be used to sanitize the content before the diff is invoked. |
Example
{
"older" : "...",
"newer" : "...",
"ignoreRegex" : "..."
}