GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoTollClusterSequence
Table of Contents ▼
Jump to a specific part of the page:
Description
The set of toll clusters in a toll path, along with their position in the path.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
indexedTollClusters
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster)
, default:nil
)
- There must be at least one toll cluster in a toll path, and there may not be duplicates. For ordering, one should rely onIndexedTollClusterProto.index
, rather than the repeated field ordering (elements may be shuffled). This is a unidirectional reference - toll clusters do not reference the toll paths they're a part of. The toll clusters themselves may be part of multiple toll paths.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoTollClusterSequence{
indexedTollClusters: [ GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster.t() ] | nil
}
indexedTollClusters: [ GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoTollClusterSequence