Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomAudiencesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomAudiencesResponse
- 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 custom audience mutate.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomAudienceResult>
All results for the mutate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomAudiencesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomAudiencesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomAudiencesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomAudiencesResponse.
47759 47760 47761 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47759 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomAudienceResult>
All results for the mutate.
Corresponds to the JSON property results
47757 47758 47759 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47757 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
47764 47765 47766 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47764 def update!(**args) @results = args[:results] if args.key?(:results) end |