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.



13569
13570
13571
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13569

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



13567
13568
13569
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13567

def plannable_user_interests
  @plannable_user_interests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13574
13575
13576
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13574

def update!(**args)
  @plannable_user_interests = args[:plannable_user_interests] if args.key?(:plannable_user_interests)
end