google_api_monitoring v0.27.0 GoogleApi.Monitoring.V3.Model.PerformanceThreshold View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Monitoring.V3.Model.PerformanceThreshold{
  basicSliPerformance: GoogleApi.Monitoring.V3.Model.BasicSli.t(),
  performance: GoogleApi.Monitoring.V3.Model.RequestBasedSli.t(),
  threshold: float()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.