BuildModelsGradleArtifactTransformExecutions

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

The artifact transform execution list of a Gradle build, or a report of a problem encountered.

Parameters

problem
model

Constructors

constructor(@Json(name = "problem") problem: ApiProblem? = null, @Json(name = "model") model: GradleArtifactTransformExecutions? = null)

Properties

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