google_api_manufacturers v0.6.0 GoogleApi.Manufacturers.V1.Model.Count View Source

The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count.

Attributes

  • unit (type: String.t, default: nil) - The unit in which these products are counted.
  • value (type: String.t, default: nil) - The numeric value of the number of products in a package.

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.Count{
  unit: String.t(),
  value: String.t()
}

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.