Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateConversionValueRuleResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateConversionValueRuleResult
- 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 conversion value rule mutate.
Instance Attribute Summary collapse
-
#conversion_value_rule ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionValueRule
A conversion value rule Corresponds to the JSON property
conversionValueRule. -
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateConversionValueRuleResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateConversionValueRuleResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateConversionValueRuleResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateConversionValueRuleResult.
48209 48210 48211 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48209 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversion_value_rule ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionValueRule
A conversion value rule
Corresponds to the JSON property conversionValueRule
48202 48203 48204 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48202 def conversion_value_rule @conversion_value_rule end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
48207 48208 48209 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48207 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48214 48215 48216 48217 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48214 def update!(**args) @conversion_value_rule = args[:conversion_value_rule] if args.key?(:conversion_value_rule) @resource_name = args[:resource_name] if args.key?(:resource_name) end |