StatusDetailPropertiesResponse

data class StatusDetailPropertiesResponse(val code: String, val correlationId: String, val description: String, val timestamp: String, val type: String)

The status detail properties of the connected registry.

Constructors

Link copied to clipboard
constructor(code: String, correlationId: String, description: String, timestamp: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The code of the status.

Link copied to clipboard

The correlation ID of the status.

Link copied to clipboard

The description of the status.

Link copied to clipboard

The timestamp of the status.

Link copied to clipboard

The component of the connected registry corresponding to the status.