ProvisionedProductParameter

data class ProvisionedProductParameter(val parameterKey: String? = null, val parameterValue: String? = null)

Constructors

Link copied to clipboard
constructor(parameterKey: String? = null, parameterValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameterKey: String? = null

The name of the parameter defined in the template.

Link copied to clipboard
val parameterValue: String? = null

The Template parameter value entered by the user.