View Source GoogleApi.NetworkServices.V1.Model.HttpRouteHeaderMatchIntegerRange (google_api_network_services v0.4.0)

Represents an integer value range.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkServices.V1.Model.HttpRouteHeaderMatchIntegerRange{
  end: integer() | nil,
  start: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.