type property

String? type
getter/setter pair

A constant describing the type of this data source.

Indicates whether this data source produces raw or derived data. Possible string values are:

  • "raw"
  • "derived"

Implementation

core.String? type;