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.



37573
37574
37575
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37573

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)


37566
37567
37568
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37566

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



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