BuildQuery

data class BuildQuery(@Json(name = "models") val models: List<BuildModelName>? = null, @Json(name = "availabilityWaitTimeoutSecs") val availabilityWaitTimeoutSecs: Int? = null)

Parameters

models

The list of build models to return in the response for each build. If not provided, no models are returned.

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

Constructors

Link copied to clipboard
constructor(@Json(name = "models") models: List<BuildModelName>? = null, @Json(name = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val models: List<BuildModelName>? = null