Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBatchJobResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBatchJobResponse
- 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 BatchJobService.MutateBatchJob.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBatchJobResult
The result for the batch job mutate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBatchJobResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateBatchJobResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBatchJobResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBatchJobResponse.
45612 45613 45614 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45612 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBatchJobResult
The result for the batch job mutate.
Corresponds to the JSON property result
45610 45611 45612 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45610 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45617 45618 45619 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45617 def update!(**args) @result = args[:result] if args.key?(:result) end |