Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMobileDeviceInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMobileDeviceInfo
- 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 mobile device criterion.
Instance Attribute Summary collapse
-
#mobile_device_constant ⇒ String
The mobile device constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonMobileDeviceInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonMobileDeviceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonMobileDeviceInfo
Returns a new instance of GoogleAdsSearchads360V23CommonMobileDeviceInfo.
8636 8637 8638 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8636 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mobile_device_constant ⇒ String
The mobile device constant resource name.
Corresponds to the JSON property mobileDeviceConstant
8634 8635 8636 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8634 def mobile_device_constant @mobile_device_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8641 8642 8643 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8641 def update!(**args) @mobile_device_constant = args[:mobile_device_constant] if args.key?(:mobile_device_constant) end |