Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings

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

Settings for Demand Gen ad groups.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings

Returns a new instance of GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettings.



15303
15304
15305
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15303

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

Instance Attribute Details

#channel_controlsGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControls

Channel controls for Demand Gen ad groups. Corresponds to the JSON property channelControls



15301
15302
15303
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15301

def channel_controls
  @channel_controls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15308
15309
15310
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15308

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