FeatureStatusResponse

data class FeatureStatusResponse(val detailedStatus: String, val detailedStatusMessage: String, val name: String, val version: String)

Constructors

Link copied to clipboard
constructor(detailedStatus: String, detailedStatusMessage: String, name: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status representing the state of this feature.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

The name of the feature.

Link copied to clipboard

The version of the feature.