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.

Constructors

Link copied to clipboard
constructor(@Json(name = "name") name: String, @Json(name = "value") value: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard