Package version:

Interface ChangeBase

An individual change on the target resource

Hierarchy

  • ChangeBase

Properties

changeCategory?: ChangeCategory

The entity that made the change NOTE: This property will not be serialized. It can only be populated by the server.

newValue?: string

The target resource property value after the change NOTE: This property will not be serialized. It can only be populated by the server.

previousValue?: string

The target resource property value before the change NOTE: This property will not be serialized. It can only be populated by the server.

propertyChangeType?: PropertyChangeType

The type of change that occurred NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc