set property

Object? set
getter/setter pair

Worker-computed aggregate value for the "Set" aggregation kind.

The only possible value type is a list of Values whose type can be Long, Double, or String, according to the metric's type. All Values in the list must be of the same type.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? set;