Class: Google::Apis::DisplayvideoV4::UserInterest
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::UserInterest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb
Overview
The identifier for a user interest.
Instance Attribute Summary collapse
-
#user_interest_category ⇒ String
Output only.
-
#user_interest_user_list ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserInterest
constructor
A new instance of UserInterest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserInterest
Returns a new instance of UserInterest.
15062 15063 15064 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15062 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_interest_category ⇒ String
Output only. The resource name of the interest category. Populated when
product_category is "Youtube". Format: customers/customer_id/userInterests/
user_interest_id
Corresponds to the JSON property userInterestCategory
15053 15054 15055 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15053 def user_interest_category @user_interest_category end |
#user_interest_user_list ⇒ String
Output only. The resource name of the user list. Populated when
product_category is "Open Auction". Format: customers/customer_id/userLists/
user_list_id
Corresponds to the JSON property userInterestUserList
15060 15061 15062 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15060 def user_interest_user_list @user_interest_user_list end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15067 15068 15069 15070 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15067 def update!(**args) @user_interest_category = args[:user_interest_category] if args.key?(:user_interest_category) @user_interest_user_list = args[:user_interest_user_list] if args.key?(:user_interest_user_list) end |