AppsPeopleOzExternalMergedpeopleapiEmail

AI Overview😉

  • The potential purpose of this module is to analyze and understand the contact information of a person or entity, particularly their email addresses. It appears to be part of a larger people search or contact management system.
  • This module could impact search results by influencing the ranking or relevance of search results related to people or entities. For example, if a search query is related to a specific person, this module could help Google's algorithm understand the person's contact information and provide more accurate or relevant search results. It may also help to filter out or demote results that are not relevant to the search query.
  • To be more favorable for this function, a website could ensure that its contact information, particularly email addresses, are accurately and consistently represented across the web. This could include using schema markup to provide explicit contact information, as well as ensuring that email addresses are up-to-date and easily accessible on the website. Additionally, using clear and consistent naming conventions for email addresses (e.g. "[email protected]" instead of "[email protected]") could also help this module to better understand the contact information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • certificate (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailCertificate.t), default: nil) -
  • classification (type: String.t, default: nil) -
  • contactGroupPreference (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailContactGroupPreference.t), default: nil) - To read or update, use the CONTACT_GROUP_PREFERENCE mask field.
  • displayName (type: String.t, default: nil) -
  • extendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData.t, default: nil) -
  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • signupEmailMetadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailSignupEmailMetadata.t, default: nil) -
  • type (type: String.t, default: nil) - The type of the email address. The type can be free form or one of these predefined values: home work * other
  • value (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.AppsPeopleOzExternalMergedpeopleapiEmail{
    certificate:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailCertificate.t()
      ]
      | nil,
    classification: String.t() | nil,
    contactGroupPreference:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailContactGroupPreference.t()
      ]
      | nil,
    displayName: String.t() | nil,
    extendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData.t()
      | nil,
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    signupEmailMetadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailSignupEmailMetadata.t()
      | nil,
    type: String.t() | nil,
    value: 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.