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.



43495
43496
43497
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43495

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



43493
43494
43495
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43493

def benchmarks_locations
  @benchmarks_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43500
43501
43502
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43500

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