Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonExtendedDemographicInfo

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

Represents an extended demographic criterion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonExtendedDemographicInfo

Returns a new instance of GoogleAdsSearchads360V23CommonExtendedDemographicInfo.



5016
5017
5018
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5016

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

Instance Attribute Details

#extended_demographic_idFixnum

Taxonomy id of the extended demographic group. Corresponds to the JSON property extendedDemographicId

Returns:

  • (Fixnum)


5014
5015
5016
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5014

def extended_demographic_id
  @extended_demographic_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5021
5022
5023
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5021

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