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

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

The newest version!
/**
 *
 * 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.ApiProblem
import com.gabrielfeo.develocity.api.model.GradleProject

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

/**
 * List of Gradle projects, or a report of a problem encountered.
 *
 * @param problem 
 * @param model List of Gradle projects including structural relationships.
 */


data class BuildModelsGradleProjects (

    @Json(name = "problem")
    val problem: ApiProblem? = null,

    /* List of Gradle projects including structural relationships. */
    @Json(name = "model")
    val model: kotlin.collections.List? = null

) {


}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy