Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesRequest

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

Request to enable Brand Guidelines for a Performance Max campaign.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesRequest.



39969
39970
39971
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39969

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

Instance Attribute Details

#operationsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesEnableOperation>

Required. The list of individual campaign operations. A maximum of 10 enable operations can be executed in a request. Corresponds to the JSON property operations



39967
39968
39969
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39967

def operations
  @operations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39974
39975
39976
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39974

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