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

Range of numerical values within min and max.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.