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.



8704
8705
8706
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8704

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)


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