View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto (google_api_content_warehouse v0.3.0)
The association between this station and the agency which services this station.
Attributes
-
agency
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t
, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto{ agency: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, stationCode: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.