Class: Google::Shopping::Merchant::Accounts::V1::Region::GeoTargetArea
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Region::GeoTargetArea
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/regions.rb
Overview
A list of geotargets that defines the region area.
Instance Attribute Summary collapse
Instance Attribute Details
#geotarget_criteria_ids ⇒ ::Array<::Integer>
Returns Required. A non-empty list of location IDs. They must all be of the same location type (for example, state).
249 250 251 252 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 249 class GeoTargetArea include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |