Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesResponse

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

Brand Guidelines campaign enablement response.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#resultsArray<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