EntityChanges

data class EntityChanges(val newlyCreated: Boolean, val changes: List<String>)

Represents changes to an entity in the Discovery API.

Holds information about whether an entity is newly created and its changes.

Constructors

Link copied to clipboard
constructor(newlyCreated: Boolean, changes: List<String>)

Properties

Link copied to clipboard

List of changes made to the entity.

Link copied to clipboard

Indicates if the entity was newly created.