ValidationResult

@Serializable
data class ValidationResult(val isValid: Boolean, val hasWarnings: Boolean, val hasFailed: Boolean, val issues: List<SnapshotValidator.ValidationIssue>, val snapshotCount: Int, val totalTimeSpan: Double, val totalDistance: Double)

Constructors

Link copied to clipboard
constructor(isValid: Boolean, hasWarnings: Boolean, hasFailed: Boolean, issues: List<SnapshotValidator.ValidationIssue>, snapshotCount: Int, totalTimeSpan: Double, totalDistance: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions