src.main.kotlin.com.gabrielfeo.develocity.api.model.BuildAttributesLink.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 Build Scan link.
*
* @param label The label of the Build Scan link.
* @param url The url of the Build Scan link.
*/
data class BuildAttributesLink (
/* The label of the Build Scan link. */
@Json(name = "label")
val label: kotlin.String,
/* The url of the Build Scan link. */
@Json(name = "url")
val url: kotlin.String
) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy