MessageResponse

data class MessageResponse(val message: String, val timeStamp: String)

Supplementary contextual messages during a rollout.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual message text.

Link copied to clipboard

Time in UTC this message was provided.