Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksSource
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksSource
- 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
The source used to generate benchmarks metrics for. The ID of the source can be obtained from BenchmarksService.ListBenchmarksSources.
Instance Attribute Summary collapse
-
#industry_vertical_id ⇒ Fixnum
The ID of the Industry Vertical.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesBenchmarksSource
constructor
A new instance of GoogleAdsSearchads360V23ServicesBenchmarksSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesBenchmarksSource
Returns a new instance of GoogleAdsSearchads360V23ServicesBenchmarksSource.
37549 37550 37551 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37549 def initialize(**args) update!(**args) end |
Instance Attribute Details
#industry_vertical_id ⇒ Fixnum
The ID of the Industry Vertical.
Corresponds to the JSON property industryVerticalId
37547 37548 37549 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37547 def industry_vertical_id @industry_vertical_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
37554 37555 37556 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37554 def update!(**args) @industry_vertical_id = args[:industry_vertical_id] if args.key?(:industry_vertical_id) end |