Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Response message for ReachPlanService.ListPlannableUserInterests.
Instance Attribute Summary collapse
-
#plannable_user_interests ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPlannableUserInterest>
The list of plannable user interests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse.
43206 43207 43208 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43206 def initialize(**args) update!(**args) end |
Instance Attribute Details
#plannable_user_interests ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPlannableUserInterest>
The list of plannable user interests.
Corresponds to the JSON property plannableUserInterests
43204 43205 43206 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43204 def plannable_user_interests @plannable_user_interests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43211 43212 43213 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43211 def update!(**args) @plannable_user_interests = args[:plannable_user_interests] if args.key?(:plannable_user_interests) end |