TestDistributionAgentPoolRegistrationKey

data class TestDistributionAgentPoolRegistrationKey(@Json(name = "key") val key: String, @Json(name = "description") val description: String? = null)

A Test Distribution pool-specific agent registration key.

Parameters

key

The agent API key.

description

Description of the registration key to help identify it later.

Constructors

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

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val key: String