View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkDiagnosticsReport (google_api_chrome_management v0.7.1)
Network testing results to determine the health of the device's network connection, for example whether the HTTPS latency is high or normal. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
Attributes
-
httpsLatencyData
(type:GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1HttpsLatencyRoutineData.t
, default:nil
) - Output only. HTTPS latency test data. -
reportTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp of when the diagnostics were collected.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkDiagnosticsReport{ httpsLatencyData: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1HttpsLatencyRoutineData.t() | nil, reportTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.