type property

String? type
getter/setter pair

Data type accepted by the data collector. Possible string values are:

  • "TYPE_UNSPECIFIED" : For future compatibility.
  • "INTEGER" : For integer values.
  • "FLOAT" : For float values.
  • "STRING" : For string values.
  • "BOOLEAN" : For boolean values.
  • "DATETIME" : For datetime values.

Implementation

core.String? type;