View Source GoogleApi.NetworkManagement.V1.Model.LatencyPercentile (google_api_network_management v0.23.0)

Latency percentile rank and value.

Attributes

  • latencyMicros (type: String.t, default: nil) - percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.
  • percent (type: integer(), default: nil) - Percentage of samples this data point applies to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkManagement.V1.Model.LatencyPercentile{
  latencyMicros: String.t() | nil,
  percent: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.