SettingsParameterDescriptionResponse

data class SettingsParameterDescriptionResponse(val name: String, val value: String)

Describes a parameter in fabric settings of the cluster.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The parameter name of fabric setting.

Link copied to clipboard

The parameter value of fabric setting.