Test Distribution Api Key
data class TestDistributionApiKey(@Json(name = "key" ) val key: String, @Json(name = "description" ) val description: String? = null)
A Test Distribution agent API key.
Parameters
key
The agent API key.
description
Description of the API key, such as the agent pool where it will be used, to help identify it later.