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.



13513
13514
13515
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13513

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



13511
13512
13513
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13511

def plannable_user_interests
  @plannable_user_interests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13518
13519
13520
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13518

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