GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto
Table of Contents ▼
Jump to a specific part of the page:
Description
The association between this station and the agency which services this station.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
agency
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto
, default:nil
)
- The transit agency which services this station. -
stationCode
(type:String.t
, default:nil
)
- A station code uniquely identifies a transit station within the transit agency's network.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto{
agency: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
stationCode: String.t() | nil
}
agency: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
stationCode: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto