GoogleApi.NetworkManagement.V1.Model.LatencyPercentile (google_api_network_management v0.39.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.