Auto Scale Run Error Response
data class AutoScaleRunErrorResponse(val code: String, val details: List<AutoScaleRunErrorResponse>? = null, val message: String)
Constructors
Link copied to clipboard
fun AutoScaleRunErrorResponse(code: String, details: List<AutoScaleRunErrorResponse>? = null, message: String)