BuildModelsGradleAttributes

data class BuildModelsGradleAttributes(@Json(name = "problem") val problem: ApiProblem? = null, @Json(name = "model") val model: GradleAttributes? = null)

The attributes of a Gradle build, or a report of a problem encountered.

Parameters

problem
model

Constructors

Link copied to clipboard
constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleAttributes? = null)

Properties

Link copied to clipboard
val model: GradleAttributes? = null
Link copied to clipboard
val problem: ApiProblem? = null