@Serializable
data class ChangeLogEntry(val id: String, val author: JsonObject, val created: String, val items: List<ChangelogFieldEntry>)

A single changelog entry

Parameters

id

The id of the entry

author

The author of the entry

created

The creation date of the entry

items

The items of the entry

Constructors

Link copied to clipboard
constructor(id: String, author: JsonObject, created: String, items: List<ChangelogFieldEntry>)

Properties

Link copied to clipboard
val author: JsonObject
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard