google_api_content v0.9.0 GoogleApi.Content.V2.Model.TransitTable View Source
Attributes
- postalCodeGroupNames ([String.t]): 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. Defaults to:
null
. - rows ([TransitTableTransitTimeRow]): Defaults to:
null
. - transitTimeLabels ([String.t]): A list of transit time labels. The last value can be "all other labels". Example: ["food", "electronics", "all other labels"]. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.TransitTable{
postalCodeGroupNames: [any()],
rows: [GoogleApi.Content.V2.Model.TransitTableTransitTimeRow.t()],
transitTimeLabels: [any()]
}
t() :: %GoogleApi.Content.V2.Model.TransitTable{ postalCodeGroupNames: [any()], rows: [GoogleApi.Content.V2.Model.TransitTableTransitTimeRow.t()], transitTimeLabels: [any()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.