Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBatchJobResponse

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 BatchJobService.MutateBatchJob.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBatchJobResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBatchJobResponse.



46305
46306
46307
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46305

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

Instance Attribute Details

#resultGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBatchJobResult

The result for the batch job mutate. Corresponds to the JSON property result



46303
46304
46305
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46303

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46310
46311
46312
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46310

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