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

The range of the population values.

Attributes

  • max (type: float(), default: nil) - The maximum of the population values.
  • min (type: float(), default: nil) - The minimum of the population values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.Range{
  max: float() | nil,
  min: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.