GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigLocalizedContactInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Airline contact info grouped by language. The language locale subcode will determine the country.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
contactInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo)
, default:nil
)
- -
language
(type:String.t
, default:nil
)
- IETF BCP-47, e.g. "en" or "zh-HK-Hant"
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigLocalizedContactInfo{
contactInfo: [ GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t() ] | nil,
language: String.t() | nil
}
contactInfo: [ GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t() ] | nil,
language: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigLocalizedContactInfo