Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesResponse
- 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
Brand Guidelines campaign enablement response.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesEnablementResult>
Campaign enablement results per campaign.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesResponse.
40626 40627 40628 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40626 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesEnablementResult>
Campaign enablement results per campaign.
Corresponds to the JSON property results
40624 40625 40626 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40624 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40631 40632 40633 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40631 def update!(**args) @results = args[:results] if args.key?(:results) end |