Class: Google::Ads::DataManager::V1::Baseline::Location

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/datamanager/v1/insights_service.rb

Overview

The baseline location of the request. Baseline location is on OR-list of ISO 3166-1 alpha-2 region codes of the requested regions.

Instance Attribute Summary collapse

Instance Attribute Details

#region_codes::Array<::String>

Returns List of ISO 3166-1 alpha-2 region codes.

Returns:

  • (::Array<::String>)

    List of ISO 3166-1 alpha-2 region codes.



62
63
64
65
# File 'proto_docs/google/ads/datamanager/v1/insights_service.rb', line 62

class Location
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end