View Source GoogleApi.Manufacturers.V1.Model.Capacity (google_api_manufacturers v0.21.0)

The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.

Attributes

  • unit (type: String.t, default: nil) - The unit of the capacity, i.e., MB, GB, or TB.
  • value (type: String.t, default: nil) - The numeric value of the capacity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Manufacturers.V1.Model.Capacity{
  unit: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.