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

Airline contact info grouped by country.

Attributes

  • contactInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t), default: nil) -
  • countryCode (type: String.t, default: nil) - Two char country code, e.g. "US"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.