ComparisonSummary

data class ComparisonSummary(@Json(name = "buildToolType") val buildToolType: BuildToolType, @Json(name = "differences") val differences: ComparisonDifferences)

A summary of differences between two builds.

Parameters

buildToolType
differences

Constructors

Link copied to clipboard
constructor(@Json(name = "buildToolType") buildToolType: BuildToolType, @Json(name = "differences") differences: ComparisonDifferences)

Properties

Link copied to clipboard
Link copied to clipboard