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.
37756 37757 37758 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37756 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
37754 37755 37756 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37754 def industry_vertical_id @industry_vertical_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
37761 37762 37763 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37761 def update!(**args) @industry_vertical_id = args[:industry_vertical_id] if args.key?(:industry_vertical_id) end |