TestDistributionAgentPoolRegistrationKeyDescription

data class TestDistributionAgentPoolRegistrationKeyDescription(@Json(name = "description") val description: String? = null)

Optional description of a Test Distribution pool-specific agent registration key.

Parameters

description

Description of the registration key to help identify it later.

Constructors

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

Properties

Link copied to clipboard
val description: String? = null