Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerSkAdNetworkConversionValueSchemaResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerSkAdNetworkConversionValueSchemaResult
- 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
-
#app_id ⇒ String
App ID of the SkanConversionValue modified.
-
#resource_name ⇒ String
Resource name of the customer that was modified.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerSkAdNetworkConversionValueSchemaResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomerSkAdNetworkConversionValueSchemaResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_id ⇒ String
App ID of the SkanConversionValue modified.
Corresponds to the JSON property appId
48742 48743 48744 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48742 def app_id @app_id end |
#resource_name ⇒ String
Resource name of the customer that was modified.
Corresponds to the JSON property resourceName
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 |