Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBatchJobRequest

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

Request message for BatchJobService.MutateBatchJob.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBatchJobRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBatchJobRequest.



46286
46287
46288
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46286

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

Instance Attribute Details

#operationGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBatchJobOperation

A single operation on a batch job. Corresponds to the JSON property operation



46284
46285
46286
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46284

def operation
  @operation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46291
46292
46293
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46291

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