Build Models Gradle Configuration Cache
data class BuildModelsGradleConfigurationCache(@Json(name = "problem" ) val problem: ApiProblem? = null, @Json(name = "model" ) val model: GradleConfigurationCache? = null)
The configuration cache result 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: GradleConfigurationCache? = null)