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

Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.

Attributes

  • latency (type: String.t, default: nil) - Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
  • problem (type: String.t, default: nil) - Output only. HTTPS latency routine problem if a problem occurred.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1HttpsLatencyRoutineData{
    latency: String.t() | nil,
    problem: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.