origin property

String? origin
getter/setter pair

One of the standard Origins defined above. Possible string values are:

  • "SYSTEM" : Counter was created by the Dataflow system.
  • "USER" : Counter was created by the user.

Implementation

core.String? origin;