Class SyntheticsTestVersionDiffPatchDiff

Object describing a single text diff operation.

Hierarchy

  • SyntheticsTestVersionDiffPatchDiff

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
changeText?: string

The text that was changed.

operation?: string

The diff operation applied.

Generated using TypeDoc