ParamValue

The possible parameter value types.

JSON representation
{

  // Union field kind can be only one of the following:
  "stringValue": string,
  "boolValue": boolean,
  "stringListValue": {
    object (StringList)
  },
  "numberValue": number,
  "oneofValue": {
    object (Parameter)
  }
  // End of list of possible types for union field kind.
}
Fields
Union field kind. The list of possible parameter value types. kind can be only one of the following:
stringValue

string

A string value.

boolValue

boolean

A boolean value.

stringListValue

object (StringList)

A repeated string.

numberValue

number

A double value.

oneofValue

object (Parameter)

Sub-parameter values.