ConditionResponse

data class ConditionResponse(val message: String, val timestamp: String)

Outstanding conditions that will need to be resolved.

Constructors

Link copied to clipboard
constructor(message: String, timestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The issue requiring attention.

Link copied to clipboard

The time when the condition was raised.