valueType property

String? valueType
getter/setter pair

Type of the parameter: string, int, bool etc.

Required. Possible string values are:

  • "VALUE_TYPE_UNSPECIFIED" : Value type is not specified.
  • "STRING" : Value type is string.
  • "INT" : Value type is integer.
  • "BOOL" : Value type is boolean.
  • "SECRET" : Value type is secret.
  • "ENUM" : Value type is enum.
  • "MULTI_SELECT" : Value type is multi select.
  • "MULTI_STRING" : Value type is multi string.
  • "MULTI_INT" : Value type is multi int.

Implementation

core.String? valueType;