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.



42802
42803
42804
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42802

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



42800
42801
42802
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42800

def benchmarks_locations
  @benchmarks_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42807
42808
42809
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42807

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