Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserInterestSegment
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserInterestSegment
- 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
User interest segment.
Instance Attribute Summary collapse
-
#user_interest_category ⇒ String
The user interest resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserInterestSegment
constructor
A new instance of GoogleAdsSearchads360V23CommonUserInterestSegment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserInterestSegment
Returns a new instance of GoogleAdsSearchads360V23CommonUserInterestSegment.
12516 12517 12518 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12516 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_interest_category ⇒ String
The user interest resource.
Corresponds to the JSON property userInterestCategory
12514 12515 12516 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12514 def user_interest_category @user_interest_category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12521 12522 12523 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12521 def update!(**args) @user_interest_category = args[:user_interest_category] if args.key?(:user_interest_category) end |