Class SecurityMonitoringDatasetVersionFieldChange

A single field change between two versions of a dataset.

Hierarchy

  • SecurityMonitoringDatasetVersionFieldChange

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
current: any

The current value of the field, serialized as a JSON value.

field: string

The name of the field that changed.

previous: any

The previous value of the field, serialized as a JSON value.

Generated using TypeDoc