GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdListProto
Table of Contents ▼
Jump to a specific part of the page:
Description
A simple list of feature IDs.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
id
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto)
, default:nil
)
- The list of feature IDs. While the exact semantics of these IDs are usage-dependent, the list should never be empty or contain duplicates.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdListProto{
id: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}
id: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdListProto