Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest
- 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
Request message for ReachPlanService.ListPlannableUserLists that lists the available user lists for a customer.
Instance Attribute Summary collapse
-
#customer_id ⇒ String
Required.
-
#customer_reach_group ⇒ String
The name of the customer being planned for.
-
#reach_application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest.
43238 43239 43240 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_id ⇒ String
Required. The ID of the customer.
Corresponds to the JSON property customerId
43224 43225 43226 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43224 def customer_id @customer_id end |
#customer_reach_group ⇒ String
The name of the customer being planned for. This is a user-defined value.
Corresponds to the JSON property customerReachGroup
43229 43230 43231 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43229 def customer_reach_group @customer_reach_group end |
#reach_application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request. This
field is only used by ContentCreatorInsightsService, AudienceInsightsService,
and ReachPlanService APIs.
Corresponds to the JSON property reachApplicationInfo
43236 43237 43238 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43236 def reach_application_info @reach_application_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43243 43244 43245 43246 43247 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43243 def update!(**args) @customer_id = args[:customer_id] if args.key?(:customer_id) @customer_reach_group = args[:customer_reach_group] if args.key?(:customer_reach_group) @reach_application_info = args[:reach_application_info] if args.key?(:reach_application_info) end |