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.
15243 15244 15245 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15243 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
15241 15242 15243 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15241 def channel_controls @channel_controls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15248 15249 15250 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15248 def update!(**args) @channel_controls = args[:channel_controls] if args.key?(:channel_controls) end |