class Google::Apis::TrafficdirectorV2::ListMatcher

Specifies the way to match a list value.

Attributes

one_of[RW]

Specifies the way to match a ProtobufWkt::Value. Primitive values and ListValue are supported. StructValue is not supported and is always not matched. [#next-free-field: 7] Corresponds to the JSON property `oneOf` @return [Google::Apis::TrafficdirectorV2::ValueMatcher]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/trafficdirector_v2/classes.rb, line 561
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/trafficdirector_v2/classes.rb, line 566
def update!(**args)
  @one_of = args[:one_of] if args.key?(:one_of)
end