GoogleApi.ContentWarehouse.V1.Model.BiasingPerDocData2BiasingField
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
compressedName
(type:integer()
, default:nil
)
- A fingerprint of the actual name of the field. -
value
(type:float()
, default:nil
)
- The value, under various representations to get maximum compression. Exactly one of them is guaranteed to be filled. value as a double. -
valueFloat
(type:integer()
, default:nil
)
- a floating value, represented as an integer by converting using floating_value * 1000. Useable for all floating values that need 3 digits of precision, and are small enough. -
valueInt
(type:integer()
, default:nil
)
- value as an int32. When the value is encode-able as an integer.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.BiasingPerDocData2BiasingField