measurementSelectionType property

String? measurementSelectionType
getter/setter pair

Describe which measurement selection type will be used Possible string values are:

  • "MEASUREMENT_SELECTION_TYPE_UNSPECIFIED" : Will be treated as LAST_MEASUREMENT.
  • "LAST_MEASUREMENT" : Use the last measurement reported.
  • "BEST_MEASUREMENT" : Use the best measurement reported.

Implementation

core.String? measurementSelectionType;