Class: Google::Shopping::Merchant::Accounts::V1::LocationIdSet
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::LocationIdSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb
Overview
A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
Instance Attribute Summary collapse
-
#location_ids ⇒ ::Array<::String>
Required.
Instance Attribute Details
#location_ids ⇒ ::Array<::String>
Returns Required. A non-empty list of location IDs. They must all be of the same location type (For example, state).
652 653 654 655 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 652 class LocationIdSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |