deviceActivityLevel property

String? deviceActivityLevel
getter/setter pair

Indicates the activity level of the device.

Required. Possible string values are:

  • "DEVICE_ACTIVITY_LEVEL_UNSPECIFIED" : Device activity level has not been set.
  • "UNEVALUATED" : Device activity level has not been evaluated.
  • "LEVEL_1" : Indicates the amount of used tokens. See the documentation for details.
  • "LEVEL_2" : Indicates the amount of used tokens. See the documentation for details.
  • "LEVEL_3" : Indicates the amount of used tokens. See the documentation for details.
  • "LEVEL_4" : Indicates the amount of used tokens. See the documentation for details.

Implementation

core.String? deviceActivityLevel;