Get Configuration Result
data class GetConfigurationResult(val allowedValues: String, val dataType: String, val defaultValue: String, val description: String, val documentationLink: String, val id: String, val isConfigPendingRestart: Boolean, val isDynamicConfig: Boolean, val isReadOnly: Boolean, val name: String, val source: String? = null, val systemData: SystemDataResponse, val type: String, val unit: String, val value: String? = null)
Represents a Configuration.
Constructors
Link copied to clipboard
fun GetConfigurationResult(allowedValues: String, dataType: String, defaultValue: String, description: String, documentationLink: String, id: String, isConfigPendingRestart: Boolean, isDynamicConfig: Boolean, isReadOnly: Boolean, name: String, source: String? = null, systemData: SystemDataResponse, type: String, unit: String, value: String? = null)