ResourceCheckResult
data class ResourceCheckResult(val fileName: String, val expectedHash: String, val actualHash: String)
Represents the result of a resource file integrity check.
This data class holds information about a single resource file that has been checked for integrity by comparing its actual hash against an expected hash.