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

Information of the graphics subsystem. This field is telemetry information and this will change over time as the device is utilized. Data for this field is controlled via policy: ReportDeviceGraphicsInfo Data Collection Frequency: 3 hours. Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_GRAPHICS_REPORT

Attributes

  • displays (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayInfo.t), default: nil) - Output only. Information about the displays for the device.
  • reportTime (type: DateTime.t, default: nil) - Output only. Time at which the graphics data was reported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1GraphicsStatusReport{
    displays:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayInfo.t()
      ]
      | nil,
    reportTime: DateTime.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.