GoogleApi.ContentWarehouse.V1.Model.DrishtiIndexedFeatureData
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
-
extra
(type:list(GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra)
, default:nil
)
- If extra is present it must be of the same length as index and value. -
generalExtra
(type:GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra
, default:nil
)
- -
index
(type:list(String.t)
, default:nil
)
- Indexed data. index and value must be of the same length. -
value
(type:list(number())
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiIndexedFeatureData{
extra: [GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t()] | nil,
generalExtra: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t() | nil,
index: [String.t()] | nil,
value: [number()] | nil
}
extra: [GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t()] | nil,
generalExtra: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t() | nil,
index: [String.t()] | nil,
value: [number()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.DrishtiIndexedFeatureData