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