Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata

Returns a new instance of GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata.



37708
37709
37710
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37708

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#benchmarks_source_typeString

The type of benchmarks source. Corresponds to the JSON property benchmarksSourceType

Returns:

  • (String)


37701
37702
37703
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37701

def benchmarks_source_type
  @benchmarks_source_type
end

#industry_vertical_infoGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesIndustryVerticalInfo

The information associated with an Industry Vertical. Corresponds to the JSON property industryVerticalInfo



37706
37707
37708
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37706

def industry_vertical_info
  @industry_vertical_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37713
37714
37715
37716
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37713

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