Class: Google::Apis::Adexchangebuyer2V2beta1::TechnologyTargeting

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/adexchangebuyer2_v2beta1/classes.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb

Overview

Represents targeting about various types of technology.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TechnologyTargeting

Returns a new instance of TechnologyTargeting.



3936
3937
3938
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3936

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#device_capability_targetingGoogle::Apis::Adexchangebuyer2V2beta1::CriteriaTargeting

Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs. Corresponds to the JSON property deviceCapabilityTargeting



3923
3924
3925
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3923

def device_capability_targeting
  @device_capability_targeting
end

#device_category_targetingGoogle::Apis::Adexchangebuyer2V2beta1::CriteriaTargeting

Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs. Corresponds to the JSON property deviceCategoryTargeting



3929
3930
3931
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3929

def device_category_targeting
  @device_category_targeting
end

#operating_system_targetingGoogle::Apis::Adexchangebuyer2V2beta1::OperatingSystemTargeting

Represents targeting information for operating systems. Corresponds to the JSON property operatingSystemTargeting



3934
3935
3936
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3934

def operating_system_targeting
  @operating_system_targeting
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3941
3942
3943
3944
3945
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3941

def update!(**args)
  @device_capability_targeting = args[:device_capability_targeting] if args.key?(:device_capability_targeting)
  @device_category_targeting = args[:device_category_targeting] if args.key?(:device_category_targeting)
  @operating_system_targeting = args[:operating_system_targeting] if args.key?(:operating_system_targeting)
end