BuildAttributesValue

constructor(@Json(name = "name") name: String, @Json(name = "value") value: String? = null)

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.