Class: Google::Shopping::Merchant::Products::V1beta::ShippingWeight

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/products/v1beta/products_common.rb

Overview

The ShippingWeight of the product.

Instance Attribute Summary collapse

Instance Attribute Details

#unit::String

Returns The unit of value.

Returns:

  • (::String)

    The unit of value.



413
414
415
416
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 413

class ShippingWeight
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::Float

Returns The weight of the product used to calculate the shipping cost of the item.

Returns:

  • (::Float)

    The weight of the product used to calculate the shipping cost of the item.



413
414
415
416
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 413

class ShippingWeight
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end