Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksSourcesResponse

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

Response message for BenchmarksService.ListBenchmarksSources.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksSourcesResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksSourcesResponse.



43654
43655
43656
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43654

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

Instance Attribute Details

#benchmarks_sourcesArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata>

The list of available source used to generate benchmarks data for. Corresponds to the JSON property benchmarksSources



43652
43653
43654
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43652

def benchmarks_sources
  @benchmarks_sources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43659
43660
43661
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43659

def update!(**args)
  @benchmarks_sources = args[:benchmarks_sources] if args.key?(:benchmarks_sources)
end