Class: Google::Apis::DisplayvideoV4::RetrievePlannableUserInterestsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::RetrievePlannableUserInterestsResponse
- 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
Response for RetrievePlannableUserInterests.
Instance Attribute Summary collapse
-
#plannable_user_interests ⇒ Array<Google::Apis::DisplayvideoV4::PlannableUserInterest>
The list of plannable user interests (Google Audiences).
Instance Method Summary collapse
-
#initialize(**args) ⇒ RetrievePlannableUserInterestsResponse
constructor
A new instance of RetrievePlannableUserInterestsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RetrievePlannableUserInterestsResponse
Returns a new instance of RetrievePlannableUserInterestsResponse.
13530 13531 13532 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13530 def initialize(**args) update!(**args) end |
Instance Attribute Details
#plannable_user_interests ⇒ Array<Google::Apis::DisplayvideoV4::PlannableUserInterest>
The list of plannable user interests (Google Audiences).
Corresponds to the JSON property plannableUserInterests
13528 13529 13530 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13528 def plannable_user_interests @plannable_user_interests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13535 13536 13537 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13535 def update!(**args) @plannable_user_interests = args[:plannable_user_interests] if args.key?(:plannable_user_interests) end |