GoogleApi.ContentWarehouse.V1.Model.FreebaseMeasurementUnit
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
power
(type:integer()
, default:nil
)
- -
unit
(type:GoogleApi.ContentWarehouse.V1.Model.FreebaseId
, default:nil
)
- -
unitMid
(type:String.t
, default:nil
)
- Deprecated fields.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebaseMeasurementUnit{
power: integer() | nil,
unit: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t() | nil,
unitMid: String.t() | nil
}
power: integer() | nil,
unit: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t() | nil,
unitMid: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FreebaseMeasurementUnit