View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionProto (google_api_content_warehouse v0.4.0)

A dimension with a numerical value and unit. This can be a height, width, or length.

Attributes

  • dimension (type: number(), default: nil) -
  • unit (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionProto{
  dimension: number() | nil,
  unit: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.