Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMobileDeviceInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_constantString

The mobile device constant resource name. Corresponds to the JSON property mobileDeviceConstant

Returns:

  • (String)


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