Build Models Npm Attributes
data class BuildModelsNpmAttributes(@Json(name = "problem" ) val problem: ApiProblem? = null, @Json(name = "model" ) val model: NpmAttributes? = null)
The attributes of an npm 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: NpmAttributes? = null)