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.



12718
12719
12720
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12718

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



12716
12717
12718
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12716

def rule_items
  @rule_items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12723
12724
12725
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12723

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