View Source GoogleApi.Content.V21.Model.ProductShippingWeight (google_api_content v0.66.0)

Attributes

  • unit (type: String.t, default: nil) - The unit of value.
  • value (type: float(), default: nil) - The weight of the product used to calculate the shipping cost of the item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ProductShippingWeight{
  unit: String.t() | nil,
  value: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.