View Source GoogleApi.Content.V2.Model.TransitTable (google_api_content v0.70.1)
Attributes
-
postalCodeGroupNames(type:list(String.t), default:nil) - A list of postal group names. The last value can be"all other locations". Example:["zone 1", "zone 2", "all other locations"]. The referred postal code groups must match the delivery country of the service. -
rows(type:list(GoogleApi.Content.V2.Model.TransitTableTransitTimeRow.t), default:nil) - -
transitTimeLabels(type:list(String.t), default:nil) - A list of transit time labels. The last value can be"all other labels". Example:["food", "electronics", "all other labels"].
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V2.Model.TransitTable{ postalCodeGroupNames: [String.t()] | nil, rows: [GoogleApi.Content.V2.Model.TransitTableTransitTimeRow.t()] | nil, transitTimeLabels: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.