GoogleApi.NetworkServices.V1.Model.HttpRouteHeaderMatchIntegerRange (google_api_network_services v0.11.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.