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

src.main.kotlin.com.gabrielfeo.develocity.api.model.BazelCriticalPathActionsInner.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.squareup.moshi.Json
import com.squareup.moshi.JsonClass

/**
 * 
 *
 * @param name The name of the action.
 * @param category The category of the action.
 * @param duration The duration of the action, as milliseconds.
 */


data class BazelCriticalPathActionsInner (

    /* The name of the action. */
    @Json(name = "name")
    val name: kotlin.String,

    /* The category of the action. */
    @Json(name = "category")
    val category: kotlin.String,

    /* The duration of the action, as milliseconds. */
    @Json(name = "duration")
    val duration: kotlin.Long

) {


}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy