TravelFlightsAirlineConfigGreenFaresInfo

AI Overview😉

  • The potential purpose of this module is to gather and process information about airline loyalty programs and their "green fares" initiatives, which aim to reduce carbon emissions. This module appears to focus on the bonus miles aspect of these programs.
  • This module could impact search results by influencing the ranking of airlines and their corresponding flight results based on their environmental sustainability efforts. It may prioritize airlines with robust loyalty programs that offer bonus miles for eco-friendly choices, promoting more environmentally responsible travel options to users.
  • To be more favorable for this function, a website (likely an airline's website) may want to ensure that their loyalty program information, including bonus miles details, is accurately and clearly presented on their website. This could include providing easy-to-find information on their green fares initiatives, bonus miles programs, and contribution framing. Additionally, they may want to optimize their website's structure and content to facilitate easy crawling and indexing by Google's algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigGreenFaresInfo (google_api_content_warehouse v0.4.0)

Attributes

  • bonusMilesProgramName (type: String.t, default: nil) -
  • bonusMilesQuantity (type: String.t, default: nil) -
  • bonusMilesQuantityType (type: String.t, default: nil) -
  • bonusMilesType (type: String.t, default: nil) -
  • contributionFraming (type: String.t, default: nil) -

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.TravelFlightsAirlineConfigGreenFaresInfo{
    bonusMilesProgramName: String.t() | nil,
    bonusMilesQuantity: String.t() | nil,
    bonusMilesQuantityType: String.t() | nil,
    bonusMilesType: String.t() | nil,
    contributionFraming: 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.