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

View Source

A match against a collection of headers.

Attributes

  • key (type: String.t, default: nil) - Required. The key of the header.
  • type (type: String.t, default: nil) - Optional. Specifies how to match against the value of the header. If not specified, a default value of EXACT is used.
  • value (type: String.t, default: nil) - Required. The value of the header.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.GrpcRouteHeaderMatch{
  key: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.