Class: Google::Apis::DisplayvideoV4::RetrievePlannableUserInterestsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_interestsArray<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