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

Range of numerical values within min and max.

Attributes

  • max (type: float(), default: nil) - Range maximum.
  • min (type: float(), default: nil) - Range minimum.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.