Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksSourcesRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksSourcesRequest
- 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.ListBenchmarksSources.
Instance Attribute Summary collapse
-
#application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request.
-
#benchmarks_sources ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksSourcesRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesListBenchmarksSourcesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksSourcesRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksSourcesRequest.
42869 42870 42871 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42869 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
42861 42862 42863 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42861 def application_info @application_info end |
#benchmarks_sources ⇒ Array<String>
Required. The types of benchmarks sources to be returned (for example,
INDUSTRY_VERTICAL).
Corresponds to the JSON property benchmarksSources
42867 42868 42869 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42867 def benchmarks_sources @benchmarks_sources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42874 42875 42876 42877 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42874 def update!(**args) @application_info = args[:application_info] if args.key?(:application_info) @benchmarks_sources = args[:benchmarks_sources] if args.key?(:benchmarks_sources) end |