GetFeatureStateResponse

@Serializable
data class GetFeatureStateResponse(val featureEnabled: Boolean)(source)

Response type for the SystemInfoDomain.getFeatureState command.

Constructors

Link copied to clipboard
constructor(featureEnabled: Boolean)

Properties

Link copied to clipboard