Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCustomerSkAdNetworkConversionValueSchemaOperation

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

A single update operation for a CustomerSkAdNetworkConversionValueSchema.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCustomerSkAdNetworkConversionValueSchemaOperation

Returns a new instance of GoogleAdsSearchads360V23ServicesCustomerSkAdNetworkConversionValueSchemaOperation.



40235
40236
40237
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40235

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

Instance Attribute Details

#updateGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchema

A CustomerSkAdNetworkConversionValueSchema. Corresponds to the JSON property update



40233
40234
40235
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40233

def update
  @update
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40240
40241
40242
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40240

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