BuildAttributesValue
data class BuildAttributesValue(@Json(name = "name") val name: String, @Json(name = "value") val value: String? = null)
A Build Scan value.
Parameters
name
The name of the Build Scan value.
value
The value of the Build Scan value. null
if the Build Scan value is not set.