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