All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.kotlin.com.gabrielfeo.develocity.api.model.TestDistributionAgentPoolRegistrationKeyDescription.kt Maven / Gradle / Ivy

/**
 *
 * Please note:
 * This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * Do not edit this file manually.
 *
 */

@file:Suppress(
    "ArrayInDataClass",
    "EnumEntryName",
    "RemoveRedundantQualifierName",
    "UnusedImport"
)

package com.gabrielfeo.develocity.api.model


import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass

/**
 * Optional description of a Test Distribution pool-specific agent registration key.
 *
 * @param description Description of the registration key to help identify it later.
 */


data class TestDistributionAgentPoolRegistrationKeyDescription (

    /* Description of the registration key to help identify it later. */
    @Json(name = "description")
    val description: kotlin.String? = null

) {


}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy