Change
public struct Change
Specific information of changes made to targetId
-
Type of audit log change
Declaration
Swift
public let key: String
-
New value after change
Declaration
Swift
public let newValue: Any
-
Old value before change
Declaration
Swift
public let oldValue: Any