DscConfigurationParameterResponse

data class DscConfigurationParameterResponse(val defaultValue: String? = null, val isMandatory: Boolean? = null, val position: Int? = null, val type: String? = null)

Definition of the configuration parameter type.

Constructors

Link copied to clipboard
constructor(defaultValue: String? = null, isMandatory: Boolean? = null, position: Int? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultValue: String? = null

Gets or sets the default value of parameter.

Link copied to clipboard
val isMandatory: Boolean? = null

Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.

Link copied to clipboard
val position: Int? = null

Get or sets the position of the parameter.

Link copied to clipboard
val type: String? = null

Gets or sets the type of the parameter.