Class: Google::Apis::DfareportingV3_4::EventFilter

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

Represents a DfaReporting event filter.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EventFilter

Returns a new instance of EventFilter.



5893
5894
5895
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 5893

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dimension_filterGoogle::Apis::DfareportingV3_4::PathReportDimensionValue

Represents a PathReportDimensionValue resource. Corresponds to the JSON property dimensionFilter



5886
5887
5888
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 5886

def dimension_filter
  @dimension_filter
end

#kindString

The kind of resource this is, in this case dfareporting#eventFilter. Corresponds to the JSON property kind

Returns:

  • (String)


5891
5892
5893
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 5891

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5898
5899
5900
5901
# File 'generated/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