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

Specifies the double start and end of the range using half-open interval semantics [start, end).

Attributes

  • end (type: float(), default: nil) - end of the range (exclusive)
  • start (type: float(), default: nil) - start of the range (inclusive)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.DoubleRange{
  end: float() | nil,
  start: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.