Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings
- 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
Settings for Demand Gen ad groups.
Instance Attribute Summary collapse
-
#channel_controls ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControls
Channel controls for Demand Gen ad groups.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings
constructor
A new instance of GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings
Returns a new instance of GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings.
15177 15178 15179 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15177 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channel_controls ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControls
Channel controls for Demand Gen ad groups.
Corresponds to the JSON property channelControls
15175 15176 15177 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15175 def channel_controls @channel_controls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15182 15183 15184 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15182 def update!(**args) @channel_controls = args[:channel_controls] if args.key?(:channel_controls) end |