View Source GoogleApi.TrafficDirector.V3.Model.ListMatcher (google_api_traffic_director v0.3.0)

Specifies the way to match a list value.

Attributes

  • oneOf (type: GoogleApi.TrafficDirector.V3.Model.ValueMatcher.t, default: nil) - If specified, at least one of the values in the list must match the value specified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.ListMatcher{
  oneOf: GoogleApi.TrafficDirector.V3.Model.ValueMatcher.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.