Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest
- 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 BenchmarksService.ListBenchmarksLocations.
Instance Attribute Summary collapse
-
#application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest.
43476 43477 43478 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43476 def initialize(**args) update!(**args) end |
Instance Attribute Details
#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 applicationInfo
43474 43475 43476 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43474 def application_info @application_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43481 43482 43483 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43481 def update!(**args) @application_info = args[:application_info] if args.key?(:application_info) end |