Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsResponse
- 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
Response message for a customer conversion goal mutate.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalResult>
All results for the mutate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsResponse.
48925 48926 48927 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48925 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalResult>
All results for the mutate.
Corresponds to the JSON property results
48923 48924 48925 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48923 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48930 48931 48932 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48930 def update!(**args) @results = args[:results] if args.key?(:results) end |