Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListRuleItemGroupInfo

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

Overview

A group of rule items.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListRuleItemGroupInfo

Returns a new instance of GoogleAdsSearchads360V23CommonUserListRuleItemGroupInfo.



12844
12845
12846
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12844

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

Instance Attribute Details

#rule_itemsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListRuleItemInfo>

Rule items that will be grouped together based on rule_type. Corresponds to the JSON property ruleItems



12842
12843
12844
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12842

def rule_items
  @rule_items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12849
12850
12851
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12849

def update!(**args)
  @rule_items = args[:rule_items] if args.key?(:rule_items)
end