Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateSearchAds360CampaignsResponse

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 Search Ads 360 campaign mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateSearchAds360CampaignsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateSearchAds360CampaignsResponse.



51609
51610
51611
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51609

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

Instance Attribute Details

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

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



51607
51608
51609
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51607

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51614
51615
51616
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51614

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