Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDeviceInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDeviceInfo
- 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 device criterion.
Instance Attribute Summary collapse
-
#type ⇒ String
Type of the device.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonDeviceInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonDeviceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonDeviceInfo
Returns a new instance of GoogleAdsSearchads360V23CommonDeviceInfo.
3817 3818 3819 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3817 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Type of the device.
Corresponds to the JSON property type
3815 3816 3817 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3815 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3822 3823 3824 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3822 def update!(**args) @type = args[:type] if args.key?(:type) end |