google_api_manufacturers v0.2.0 GoogleApi.Manufacturers.V1.Model.Capacity View Source

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

Attributes

  • unit (String.t): The unit of the capacity, i.e., MB, GB, or TB. Defaults to: null.
  • value (String.t): The numeric value of the capacity. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Manufacturers.V1.Model.Capacity{unit: any(), value: any()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.