abstract class TimelineItemConversionInformation(val imsProject: String, val githubId: String?, var gropiusId: String?)

Base class for storing information about the conversion of a timeline item

Parameters

imsProject

IMS project ID

githubId

GitHub ID of the timeline item

gropiusId

Gropius ID of the timeline item

Inheritors

Constructors

Link copied to clipboard
constructor(imsProject: String, githubId: String?, gropiusId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: ObjectId?

MongoDB ID

Link copied to clipboard