AssetStatusEventResponse

data class AssetStatusEventResponse(val messageSchemaReference: MessageSchemaReferenceResponse, val name: String)

Defines the asset status event properties.

Constructors

Link copied to clipboard
constructor(messageSchemaReference: MessageSchemaReferenceResponse, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The message schema reference object.

Link copied to clipboard

The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.