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.



37780
37781
37782
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37780

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)


37773
37774
37775
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37773

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



37778
37779
37780
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37778

def industry_vertical_info
  @industry_vertical_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37785
37786
37787
37788
# File 'lib/google/apis/searchads360_v23/classes.rb', line 37785

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