Restore Point
data class RestorePoint(val name: String, val flags: Map<String, Boolean>, val storyRestorePoint: StoryRestorePoint, val creationDate: LocalDateTime = LocalDateTime.now(), val thumbnail: Thumbnail = Thumbnail.NONE)
Provides a restore point with a specified name, flags and storyRestorePoint. Optionally a creationDate and thumbnail can be specified.
Constructors
Link copied to clipboard
constructor(name: String, flags: Map<String, Boolean>, storyRestorePoint: StoryRestorePoint, creationDate: LocalDateTime = LocalDateTime.now(), thumbnail: Thumbnail = Thumbnail.NONE)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the version of this RestorePoint.