Class: Google::Apis::DfareportingV5::RuleBlock
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::RuleBlock
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb
Overview
Contains a list of field filters that the given custom rule will apply.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ RuleBlock
constructor
A new instance of RuleBlock.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RuleBlock
Returns a new instance of RuleBlock.
11676 11677 11678 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 11676 def initialize(**args) update!(**args) end |
Instance Attribute Details
#field_filter ⇒ Array<Google::Apis::DfareportingV5::FieldFilter>
Optional. A list of non-auto field filters
Corresponds to the JSON property fieldFilter
11674 11675 11676 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 11674 def field_filter @field_filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11681 11682 11683 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 11681 def update!(**args) @field_filter = args[:field_filter] if args.key?(:field_filter) end |