ComparisonFileChild

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

Parameters

path

The child path relative to its parent.

presence
status

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

children

Children of this child. Null if this child has no children.