StatusMessageResponse

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

Active message associated with project.

Constructors

Link copied to clipboard
constructor(code: String, createdTimeUtc: 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 the status message.

Link copied to clipboard

A human-readable representation of the message code.