Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata
- 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 metadata associated with a benchmarks source.
Instance Attribute Summary collapse
-
#benchmarks_source_type ⇒ String
The type of benchmarks source.
-
#industry_vertical_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesIndustryVerticalInfo
The information associated with an Industry Vertical.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata
constructor
A new instance of GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata
Returns a new instance of GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata.
37573 37574 37575 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37573 def initialize(**args) update!(**args) end |
Instance Attribute Details
#benchmarks_source_type ⇒ String
The type of benchmarks source.
Corresponds to the JSON property benchmarksSourceType
37566 37567 37568 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37566 def benchmarks_source_type @benchmarks_source_type end |
#industry_vertical_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesIndustryVerticalInfo
The information associated with an Industry Vertical.
Corresponds to the JSON property industryVerticalInfo
37571 37572 37573 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37571 def industry_vertical_info @industry_vertical_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
37578 37579 37580 37581 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37578 def update!(**args) @benchmarks_source_type = args[:benchmarks_source_type] if args.key?(:benchmarks_source_type) @industry_vertical_info = args[:industry_vertical_info] if args.key?(:industry_vertical_info) end |