StackInstanceParameterOverride

data class StackInstanceParameterOverride(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 key of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.

Link copied to clipboard
val parameterValue: String? = null

The value of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.