Parameter

Parameters are key-value pairs that let you provide your custom location requirements, environment requirements, or other settings that are relevant to the cloud control.

JSON representation
{
  "name": string,
  "parameterValue": {
    object (ParamValue)
  }
}
Fields
name

string

Required. The name or key of the parameter.

parameterValue

object (ParamValue)

Required. The value of the parameter.