View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1HeartbeatStatusReport (google_api_chrome_management v0.8.0)

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

Attributes

  • reportTime (type: DateTime.t, default: nil) - Timestamp of when status changed was detected
  • state (type: String.t, default: nil) - State the device changed to

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1HeartbeatStatusReport{
    reportTime: DateTime.t() | nil,
    state: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.