Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalsResponse

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

Response message for a custom conversion goal mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalsResponse.



48531
48532
48533
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48531

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

Instance Attribute Details

#resultsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalResult>

All results for the mutate. Corresponds to the JSON property results



48529
48530
48531
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48529

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48536
48537
48538
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48536

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