View Source GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigLocalizedContactInfo (google_api_content_warehouse v0.4.0)

Airline contact info grouped by language. The language locale subcode will determine the country.

Attributes

  • contactInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t), default: nil) -
  • language (type: String.t, default: nil) - IETF BCP-47, e.g. "en" or "zh-HK-Hant"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigLocalizedContactInfo{
    contactInfo:
      [
        GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t()
      ]
      | nil,
    language: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.