class Google::Apis::DfareportingV3_4::EventFilter

Represents a DfaReporting event filter.

Attributes

dimension_filter[RW]

Represents a PathReportDimensionValue resource. Corresponds to the JSON property `dimensionFilter` @return [Google::Apis::DfareportingV3_4::PathReportDimensionValue]

kind[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 5893
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_4/classes.rb, line 5898
def update!(**args)
  @dimension_filter = args[:dimension_filter] if args.key?(:dimension_filter)
  @kind = args[:kind] if args.key?(:kind)
end