View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreAppliedSpeedLimitProto (google_api_content_warehouse v0.4.0)
A container for speed limits that allows tagging with a correctness trust level.
Attributes
-   speedLimit(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedLimitProto.t, default:nil) - The actual speed limit value.
-   trustLevel(type:String.t, default:nil) - The level of trust we have in this speed limit value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreAppliedSpeedLimitProto{ speedLimit: GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedLimitProto.t() | nil, trustLevel: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.