Class: Google::Shopping::Merchant::Products::V1beta::ShippingDimension

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 ShippingDimension of the product.

Instance Attribute Summary collapse

Instance Attribute Details

#unit::String

Returns The unit of value.

Returns:

  • (::String)

    The unit of value.



426
427
428
429
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 426

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

#value::Float

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

Returns:

  • (::Float)

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



426
427
428
429
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 426

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