GoogleChromeManagementV1HeartbeatStatusReport class
Heartbeat status report of a device.
- Available for Kiosks * This field provides online/offline/unknown status of a device and will only be included if the status has changed (e.g. Online -> Offline) * Data for this field is controlled via policy: HeartbeatEnabled More Info
- Heartbeat Frequency: 2 mins * Note: If a device goes offline, it can take up to 12 minutes for the online status of the device to be updated * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: N/A * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT
Constructors
- GoogleChromeManagementV1HeartbeatStatusReport({String? reportTime, String? state})
- GoogleChromeManagementV1HeartbeatStatusReport.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reportTime ↔ String?
-
Timestamp of when status changed was detected
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State the device changed to
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited