View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceActivityReport (google_api_chrome_management v0.7.1)

Device activity report. * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT

Attributes

  • deviceActivityState (type: String.t, default: nil) - Output only. Device activity state.
  • reportTime (type: DateTime.t, default: nil) - Output only. Timestamp of when the report was collected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.