SettingsParameterDescriptionResponse

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

Describes a parameter in fabric settings of the cluster.

Constructors

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.