ComparisonOutputChange

data class ComparisonOutputChange(@Json(name = "nameA") val nameA: String? = null, @Json(name = "nameB") val nameB: String? = null)

An output property that differs between builds.

Parameters

nameA

Output property name in build A. Null if not present in build A.

nameB

Output property name in build B. Null if not present in build B.

Constructors

Link copied to clipboard
constructor(@Json(name = "nameA") nameA: String? = null, @Json(name = "nameB") nameB: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard