Class: Google::Shopping::Merchant::Accounts::V1beta::ShippingSettings
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ShippingSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb
Overview
The merchant account's shipping setting.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#services ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Service>
Optional.
-
#warehouses ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Warehouse>
Optional.
Instance Attribute Details
#etag ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 57 class ShippingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 57 class ShippingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Service>
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 57 class ShippingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warehouses ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Warehouse>
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 57 class ShippingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |