View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadConditionalProto (google_api_content_warehouse v0.4.0)
A RoadConditionalProto defines conditions that affect when the road traversal information is applicable.
Attributes
-
timeSchedule
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t
, default:nil
) - Specifies what times the information is applicable. This can be specific times (3-5 PM) or days of the week (Mon - Fri), as well as more general times like school hours, dusk to dawn, etc. If no value is set, the restriction is applicable at all times. -
vehicleAttribute
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreVehicleAttributeFilterProto.t
, default:nil
) - Additional attributes that apply to the applied vehicle types. -
vehicleType
(type:list(String.t)
, default:nil
) - Restrictions applying to specific types of vehicles.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadConditionalProto{ timeSchedule: GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t() | nil, vehicleAttribute: GoogleApi.ContentWarehouse.V1.Model.GeostoreVehicleAttributeFilterProto.t() | nil, vehicleType: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.