parameterType property

String? parameterType
getter/setter pair

Data type of the parameter.

Minimal value, Maximum value and allowed values will use specified data type here. Possible string values are:

  • "PARAMETER_TYPE_UNSPECIFIED" : Not used.
  • "INT64" : Int64 type.
  • "STRING" : String type.
  • "DOUBLE" : Double type.
  • "BOOLEAN" : Boolean type.

Implementation

core.String? parameterType;