GetFeatureStateResponse

@Serializable
data class GetFeatureStateResponse(val featureEnabled: Boolean)

Response type for the SystemInfoDomain.getFeatureState command.

Constructors

Link copied to clipboard
constructor(featureEnabled: Boolean)

Properties

Link copied to clipboard

(undocumented in the protocol definition)