Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDetailedDemographicSegment
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonDetailedDemographicSegment
- 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
-
#detailed_demographic ⇒ String
The detailed demographic resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonDetailedDemographicSegment
constructor
A new instance of GoogleAdsSearchads360V23CommonDetailedDemographicSegment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonDetailedDemographicSegment
Returns a new instance of GoogleAdsSearchads360V23CommonDetailedDemographicSegment.
3798 3799 3800 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3798 def initialize(**args) update!(**args) end |
Instance Attribute Details
#detailed_demographic ⇒ String
The detailed demographic resource.
Corresponds to the JSON property detailedDemographic
3796 3797 3798 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3796 def detailed_demographic @detailed_demographic end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3803 3804 3805 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 3803 def update!(**args) @detailed_demographic = args[:detailed_demographic] if args.key?(:detailed_demographic) end |