View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProto (google_api_content_warehouse v0.4.0)

Encapsulates information related to an individual transit station.

Attributes

  • agencyAssociations (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto.t), default: nil) - All the transit agencies which service this station. A station can be serviced by multiple stations. There may only be one agency association per transit agency. See go/transit-agency-relation-migration for more details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProto{
  agencyAssociations:
    [
      GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto.t()
    ]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.