View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreServicedStopProto (google_api_content_warehouse v0.4.0)
Defines an ordered reference to a line variant’s stop.
Attributes
-
id
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t
, default:nil
) - Reference to a Transit POI feature (gcid:transit_station) or platform compound section (gcid:railway_platform) serviced by the line variant. -
index
(type:integer()
, default:nil
) - An index representing the order in which the above station is serviced by the line variant.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreServicedStopProto{ id: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, index: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.