ExtensionsInstanceRuntimeData

data class ExtensionsInstanceRuntimeData(val fatalError: ExtensionsInstanceRuntimeDataFatalError? = null, val processingState: ExtensionsInstanceRuntimeDataProcessingState? = null, val stateUpdateTime: String? = null)

Constructors

Link copied to clipboard
constructor(fatalError: ExtensionsInstanceRuntimeDataFatalError? = null, processingState: ExtensionsInstanceRuntimeDataProcessingState? = null, stateUpdateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fatal error state for the extension instance Structure is documented below.

Link copied to clipboard

The processing state for the extension instance Structure is documented below.

Link copied to clipboard
val stateUpdateTime: String? = null

The time of the last state update.