StatusMessageResponse

data class StatusMessageResponse(val code: String, val createdDateTime: String, val level: String, val message: String)

Active message associated with project

Constructors

Link copied to clipboard
constructor(code: String, createdDateTime: String, level: String, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Service-defined message code.

Link copied to clipboard

Time in UTC at which the message was created.

Link copied to clipboard

Severity level of message.

Link copied to clipboard

A human-readable representation of the message code.