Dsc Configuration Parameter Response
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
fun DscConfigurationParameterResponse(defaultValue: String? = null, isMandatory: Boolean? = null, position: Int? = null, type: String? = null)