state property

String? state
getter/setter pair

State the device changed to Possible string values are:

  • "STATE_UNSPECIFIED" : State not specified
  • "UNKNOWN" : Device is not eligible for heartbeat monitoring
  • "ONLINE" : Device is online
  • "OFFLINE" : Device is offline

Implementation

core.String? state;