View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreInternalSegmentProtoLaneConnectionReference (google_api_content_warehouse v0.3.0)
Specifies a single outgoing lane connection.
Attributes
-
fromLaneNumber
(type:integer()
, default:nil
) - The lane number on this segment. -
segment
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t
, default:nil
) - This reference to the other segment is weak, since strong would blow up bounds of all segments. -
toLaneNumber
(type:integer()
, default:nil
) - This is the lane number on the target segment.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreInternalSegmentProtoLaneConnectionReference{ fromLaneNumber: integer() | nil, segment: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, toLaneNumber: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.