GoogleApi.Content.V2.Model.TransitTable (google_api_content v0.49.0) View Source
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"].
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V2.Model.TransitTable{
postalCodeGroupNames: [String.t()],
rows: [GoogleApi.Content.V2.Model.TransitTableTransitTimeRow.t()],
transitTimeLabels: [String.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.