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.
8704 8705 8706 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8704 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
8702 8703 8704 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8702 def mobile_device_constant @mobile_device_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8709 8710 8711 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8709 def update!(**args) @mobile_device_constant = args[:mobile_device_constant] if args.key?(:mobile_device_constant) end |