Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition
- 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
Condition on Device dimension.
Instance Attribute Summary collapse
-
#device_types ⇒ Array<String>
Value for device type condition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition
constructor
A new instance of GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition
Returns a new instance of GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleDeviceCondition.
16571 16572 16573 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16571 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_types ⇒ Array<String>
Value for device type condition.
Corresponds to the JSON property deviceTypes
16569 16570 16571 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16569 def device_types @device_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16576 16577 16578 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16576 def update!(**args) @device_types = args[:device_types] if args.key?(:device_types) end |