Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
sync-jira
/
gropius.sync.jira.model
/
ValueChangeLogContainer
ValueChangeLogContainer
@
Serializable
data
class
ValueChangeLogContainer
(
val
values
:
List
<
ChangeLogEntry
>
,
val
startAt
:
Int
,
val
total
:
Int
)
A container for the changelog
Parameters
histories
The changelog entries
Members
Constructors
Value
Change
Log
Container
Link copied to clipboard
constructor
(
values
:
List
<
ChangeLogEntry
>
,
startAt
:
Int
,
total
:
Int
)
Properties
start
At
Link copied to clipboard
val
startAt
:
Int
total
Link copied to clipboard
val
total
:
Int
values
Link copied to clipboard
val
values
:
List
<
ChangeLogEntry
>