TravelFlightsAirlineConfigCountryContactInfo

AI Overview😉

  • The potential purpose of this module is to provide a structured way to store and access airline contact information, grouped by country. This could be used to improve the relevance and accuracy of search results related to air travel, particularly when users are searching for information specific to a particular country or region.
  • This module could impact search results by allowing Google to better understand the relationship between airlines, countries, and contact information. This could lead to more accurate and relevant results when users search for things like "airline customer service" or "flight information for [country]". It may also allow Google to provide more detailed and informative search results, such as displaying contact information for a specific airline in a particular country.
  • To be more favorable for this function, a website could ensure that their airline contact information is structured and organized in a way that is easily accessible and understandable by Google's algorithm. This could include using schema markup to identify and describe contact information, as well as ensuring that country-specific information is clearly labeled and separated. Additionally, websites could focus on providing accurate and up-to-date contact information, as well as making it easy for users to find and access this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.