DeltaModelCurrentStateResponse

data class DeltaModelCurrentStateResponse(val count: Int? = null, val sampleInstanceID: String? = null, val status: String? = null)

Contract for DeltaModelCurrentState.

Constructors

Link copied to clipboard
constructor(count: Int? = null, sampleInstanceID: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Gets or sets Count of instances with model.

Link copied to clipboard

Gets or sets sample of instances with model.

Link copied to clipboard
val status: String? = null

Gets or sets status.