src.main.kotlin.com.gabrielfeo.develocity.api.model.GradleDeprecations.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.gabrielfeo.develocity.api.model.GradleDeprecationEntry
import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass
/**
*
*
* @param deprecations A list of Gradle Build Tool deprecations with details and usage information. `null` if deprecation capturing is not supported.
*/
data class GradleDeprecations (
/* A list of Gradle Build Tool deprecations with details and usage information. `null` if deprecation capturing is not supported. */
@Json(name = "deprecations")
val deprecations: kotlin.collections.List? = null
) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy