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.



40307
40308
40309
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40307

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

Instance Attribute Details

#updateGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchema

A CustomerSkAdNetworkConversionValueSchema. Corresponds to the JSON property update



40305
40306
40307
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40305

def update
  @update
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40312
40313
40314
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40312

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