Class SyntheticsTestVersionDiffPatches

Object describing a patch in the diff.

Hierarchy

  • SyntheticsTestVersionDiffPatches

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

List of individual diff operations.

length1?: number

Length of the original text segment.

length2?: number

Length of the modified text segment.

start1?: number

Start position in the original text.

start2?: number

Start position in the modified text.

Generated using TypeDoc