Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDetailedDemographicSegment

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

Detailed demographic segment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonDetailedDemographicSegment

Returns a new instance of GoogleAdsSearchads360V23CommonDetailedDemographicSegment.



3858
3859
3860
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3858

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

Instance Attribute Details

#detailed_demographicString

The detailed demographic resource. Corresponds to the JSON property detailedDemographic

Returns:

  • (String)


3856
3857
3858
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3856

def detailed_demographic
  @detailed_demographic
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3863
3864
3865
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3863

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