Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPlannableProductsRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListPlannableProductsRequest
- 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 to list available products in a given location.
Instance Attribute Summary collapse
-
#plannable_location_id ⇒ String
Required.
-
#reach_application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPlannableProductsRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesListPlannableProductsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListPlannableProductsRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesListPlannableProductsRequest.
43808 43809 43810 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43808 def initialize(**args) update!(**args) end |
Instance Attribute Details
#plannable_location_id ⇒ String
Required. The ID of the selected location for planning. To list the available
plannable location IDs use ReachPlanService.ListPlannableLocations.
Corresponds to the JSON property plannableLocationId
43799 43800 43801 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43799 def plannable_location_id @plannable_location_id 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
43806 43807 43808 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43806 def reach_application_info @reach_application_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43813 43814 43815 43816 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43813 def update!(**args) @plannable_location_id = args[:plannable_location_id] if args.key?(:plannable_location_id) @reach_application_info = args[:reach_application_info] if args.key?(:reach_application_info) end |