KeySecretPair
data class KeySecretPair(@Json(name = "key") val key: String, @Json(name = "secret") val secret: String)
A Build Cache Node key and secret pair.
Parameters
key
A unique identifier for the Build Cache Node in Develocity.
secret
The secret associated with the Build Cache Node.