Build Models Bazel Attributes
data class BuildModelsBazelAttributes(@Json(name = "problem" ) val problem: ApiProblem? = null, @Json(name = "model" ) val model: BazelAttributes? = null)
The attributes of a Bazel 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: BazelAttributes? = null)