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.
39988 39989 39990 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39988 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
39986 39987 39988 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39986 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39993 39994 39995 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39993 def update!(**args) @results = args[:results] if args.key?(:results) end |