View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureReplacementInfoProto (google_api_content_warehouse v0.4.0)
Metadata to track feature derivations and replacements. This is used to track feature provenance (particularly for road segments).
Attributes
-
derivedFrom
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t)
, default:nil
) - This feature was created to replace other features that are referenced by this field. -
replacedBy
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t)
, default:nil
) - This feature was replaced by other features that are referenced by this this field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureReplacementInfoProto{ derivedFrom: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil, replacedBy: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.