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.



45593
45594
45595
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45593

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



45591
45592
45593
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45591

def operation
  @operation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45598
45599
45600
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45598

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