AssetStatusResponse

data class AssetStatusResponse(val errors: List<AssetStatusErrorResponse>, val version: Int)

Defines the asset status properties.

Constructors

Link copied to clipboard
constructor(errors: List<AssetStatusErrorResponse>, version: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array object to transfer and persist errors that originate from the Edge.

Link copied to clipboard

A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.