status property

String? status
getter/setter pair

The status.

See StopLostModeStatus. Possible string values are:

  • "STATUS_UNSPECIFIED" : Unspecified. This value is not used.
  • "SUCCESS" : The device was taken out of lost mode.
  • "NOT_IN_LOST_MODE" : The device is not in lost mode.

Implementation

core.String? status;