dataType property

String? dataType
getter/setter pair

Data type for the variable.

This is a required field. Possible string values are:

  • "STRING"
  • "NUMBER"

Implementation

core.String? dataType;