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.



39597
39598
39599
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39597

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

Instance Attribute Details

#updateGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchema

A CustomerSkAdNetworkConversionValueSchema. Corresponds to the JSON property update



39595
39596
39597
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39595

def update
  @update
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39602
39603
39604
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39602

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