View Source GoogleApi.Monitoring.V3.Model.PerformanceThreshold (google_api_monitoring v0.55.0)

A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.

Attributes

  • basicSliPerformance (type: GoogleApi.Monitoring.V3.Model.BasicSli.t, default: nil) - BasicSli to evaluate to judge window quality.
  • performance (type: GoogleApi.Monitoring.V3.Model.RequestBasedSli.t, default: nil) - RequestBasedSli to evaluate to judge window quality.
  • threshold (type: float(), default: nil) - If window performance >= threshold, the window is counted as good.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.PerformanceThreshold{
  basicSliPerformance: GoogleApi.Monitoring.V3.Model.BasicSli.t() | nil,
  performance: GoogleApi.Monitoring.V3.Model.RequestBasedSli.t() | nil,
  threshold: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.