Class: Google::Shopping::Merchant::Accounts::V1beta::LocationIdSet
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::LocationIdSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/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).
646 647 648 649 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 646 class LocationIdSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |