@Serializable
data class ValueChangeLogContainer(val values: List<ChangeLogEntry>, val startAt: Int, val total: Int)

A container for the changelog

Parameters

histories

The changelog entries

Constructors

Link copied to clipboard
constructor(values: List<ChangeLogEntry>, startAt: Int, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val total: Int
Link copied to clipboard