ExtensionsInstanceRuntimeDataProcessingState

data class ExtensionsInstanceRuntimeDataProcessingState(val detailMessage: String? = null, val state: String? = null)

Constructors

constructor(detailMessage: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val detailMessage: String? = null

Details about the processing. e.g. This could include the type of processing in progress or it could list errors or failures. This information will be shown in the console on the detail page for the extension instance.

Link copied to clipboard
val state: String? = null

The processing state of the extension instance.