View Source GoogleApi.TrafficDirector.V3.Model.DoubleMatcher (google_api_traffic_director v0.2.0)

Specifies the way to match a double value.

Attributes

  • exact (type: float(), default: nil) - If specified, the input double value must be equal to the value specified here.
  • range (type: GoogleApi.TrafficDirector.V3.Model.DoubleRange.t, default: nil) - If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.DoubleMatcher{
  exact: float() | nil,
  range: GoogleApi.TrafficDirector.V3.Model.DoubleRange.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.