TestDistributionApiKeyDescription

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

Optional description of a Test Distribution agent API key.

Parameters

description

Description of the API key, such as the agent pool where it will be used, to help identify it later.

Constructors

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

Properties

Link copied to clipboard
val description: String? = null