Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksLocationsResponse

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.ListBenchmarksLocations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksLocationsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksLocationsResponse.



43567
43568
43569
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43567

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

Instance Attribute Details

#benchmarks_locationsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksLocation>

The list of locations supported for benchmarks data. Corresponds to the JSON property benchmarksLocations



43565
43566
43567
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43565

def benchmarks_locations
  @benchmarks_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43572
43573
43574
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43572

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