GeostoreRoadConditionalProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadConditionalProto


Table of Contents ▼

Jump to a specific part of the page:

Description

A RoadConditionalProto defines conditions that affect when the road traversal information is applicable.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. timeSchedule (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto, 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.
  2. vehicleAttribute (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreVehicleAttributeFilterProto, default: nil)
    - Additional attributes that apply to the applied vehicle types.
  3. vehicleType (type: list(String.t), default: nil)
    - Restrictions applying to specific types of vehicles.

Type

@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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadConditionalProto