AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumberI18nData

AI Overview😉

  • Potential purpose of module: This module appears to be related to phone number formatting and validation, specifically for international phone numbers. Its purpose is to ensure that phone numbers are correctly formatted and valid for a specific region or country.
  • Impact on search results: This module could impact search results by influencing the ranking of websites that include phone numbers. Websites with correctly formatted and valid phone numbers may be considered more trustworthy or relevant, and therefore may be ranked higher in search results. Conversely, websites with invalid or incorrectly formatted phone numbers may be penalized or ranked lower.
  • Changes to be more favorable: To be more favorable for this function, a website could ensure that all phone numbers are correctly formatted and valid for their respective regions or countries. This could include using international dialing codes, formatting phone numbers according to regional standards, and validating phone numbers to ensure they are correct and functional. Additionally, websites could provide multiple phone numbers for different regions or languages to cater to a broader audience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • countryCode (type: integer(), default: nil) -
  • internationalNumber (type: String.t, default: nil) -
  • isValid (type: boolean(), default: nil) -
  • nationalNumber (type: String.t, default: nil) -
  • regionCode (type: String.t, default: nil) -
  • validationResult (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.AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumberI18nData{
    countryCode: integer() | nil,
    internationalNumber: String.t() | nil,
    isValid: boolean() | nil,
    nationalNumber: String.t() | nil,
    regionCode: String.t() | nil,
    validationResult: 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.