Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerSkAdNetworkConversionValueSchemaResult

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

The result for the CustomerSkAdNetworkConversionValueSchema mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerSkAdNetworkConversionValueSchemaResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerSkAdNetworkConversionValueSchemaResult.



48749
48750
48751
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48749

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

Instance Attribute Details

#app_idString

App ID of the SkanConversionValue modified. Corresponds to the JSON property appId

Returns:

  • (String)


48742
48743
48744
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48742

def app_id
  @app_id
end

#resource_nameString

Resource name of the customer that was modified. Corresponds to the JSON property resourceName

Returns:

  • (String)


48747
48748
48749
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48747

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48754
48755
48756
48757
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48754

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