GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigCountryContactInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Airline contact info grouped by country.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
contactInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo)
, default:nil
)
- -
countryCode
(type:String.t
, default:nil
)
- Two char country code, e.g. "US"
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigCountryContactInfo{
contactInfo: [ GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t() ] | nil,
countryCode: String.t() | nil
}
contactInfo: [ GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t() ] | nil,
countryCode: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigCountryContactInfo