src.main.kotlin.com.gabrielfeo.develocity.api.model.ProjectReference.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
/**
* A container for a project ID.
*
* @param id The unique identifier for the project. Must not contain whitespace.
*/
data class ProjectReference (
/* The unique identifier for the project. Must not contain whitespace. */
@Json(name = "id")
val id: kotlin.String
) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy