ParameterGroupParameter

data class ParameterGroupParameter(val paramName: String, val paramValue: String)

Constructors

Link copied to clipboard
constructor(paramName: String, paramValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a parameter in the parameter template.

Link copied to clipboard

The value of a parameter in the parameter template.