The change that has been made to the metadata.

interface MetadataChange {
    changeType?: MetadataChangeType;
    value?: RelationMetadata;
}

Properties

Properties

changeType?: MetadataChangeType

The type of change on the metadata.

Represents a metadata association to an alert.