Class SyntheticsTestVersionActionMetadata

Object containing metadata about a change action.

Hierarchy

  • SyntheticsTestVersionActionMetadata

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
afterValue?: any

The value of the property after the change.

beforeValue?: any

The value of the property before the change.

List of diff patches for text changes.

propertyPath?: string

The dot-separated path of the property that was changed.

Generated using TypeDoc