View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent (google_api_chrome_management v0.6.0)

Https latency routine is run periodically and TelemetryHttpsLatencyChangeEvent is triggered if a latency problem was detected or if the device has recovered from a latency problem. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT

Attributes

  • httpsLatencyRoutineData (type: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1HttpsLatencyRoutineData.t, default: nil) - HTTPS latency routine data that triggered the event.
  • httpsLatencyState (type: String.t, default: nil) - Current HTTPS latency state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent{
    httpsLatencyRoutineData:
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1HttpsLatencyRoutineData.t()
      | nil,
    httpsLatencyState: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.