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

src.main.kotlin.com.gabrielfeo.develocity.api.model.BuildModelQuery.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

/**
 * 
 *
 * @param availabilityWaitTimeoutSecs The time in seconds the server should wait for ingestion before returning a wait timeout response.
 */


data class BuildModelQuery (

    /* The time in seconds the server should wait for ingestion before returning a wait timeout response. */
    @Json(name = "availabilityWaitTimeoutSecs")
    val availabilityWaitTimeoutSecs: kotlin.Int? = null

) {


}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy