Class: Google::Ads::DataManager::V1::Baseline::Location
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::Baseline::Location
- 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
-
#region_codes ⇒ ::Array<::String>
List of ISO 3166-1 alpha-2 region codes.
Instance Attribute Details
#region_codes ⇒ ::Array<::String>
Returns 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 |