class Google::Apis::DfareportingV3_5::DisjunctiveMatchStatement

Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.

Attributes

event_filters[RW]

The event filters contained within this disjunctive match statement. Corresponds to the JSON property `eventFilters` @return [Array<Google::Apis::DfareportingV3_5::EventFilter>]

kind[RW]

The kind of resource this is, in this case dfareporting# disjunctiveMatchStatement. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 5308
def update!(**args)
  @event_filters = args[:event_filters] if args.key?(:event_filters)
  @kind = args[:kind] if args.key?(:kind)
end