RecorderDataValidationRevision

class RecorderDataValidationRevision(val from: Int, val to: Int?, val rules: IDataValidationRules, val requiredKeys: Set<String>)

Contains validation rules for specific revisions interval, all intervals are not intersecting

Constructors

Link copied to clipboard
constructor(from: Int, to: Int?, rules: IDataValidationRules, requiredKeys: Set<String>)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: Int?