ComparisonFileRoot

constructor(@Json(name = "root") root: ComparisonFileRootInfo, @Json(name = "presence") presence: ComparisonPresence, @Json(name = "status") status: String? = null, @Json(name = "children") children: List<ComparisonFileChild>? = null)

Parameters

root
presence
status

The comparison status of this root. Only present when presence is IN_BOTH.

children

Child entries of this root. Null if the root has no children.