AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetOriginatingField

AI Overview😉

  • The potential purpose of this module is to identify the specific field in a person's contact information that allows the requester to send them notifications, such as an email address. This module helps the search algorithm to determine how a user can be contacted or notified.
  • This module could impact search results by influencing the ranking of results based on the availability and relevance of contact information. For example, if a user searches for a person's contact information, results with easily accessible and relevant notification fields (e.g., a publicly available email address) may be ranked higher than those without.
  • To be more favorable for this function, a website could ensure that contact information, especially notification fields, are easily accessible and machine-readable. This could be achieved by using structured data formats, such as schema.org, to mark up contact information, and making sure that relevant fields are prominently displayed and easily crawlable by search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Info for identifying the specific field in this person that lets the requester send them notifications. These are typically fields added to a contact (e.g., email). There will not always be in originating field, typically in the case that whatever permits the requester to see this target info is not something that can be used on its own for contacting this person.

Attributes

  • fieldIndex (type: integer(), default: nil) - The index of the relevant field in the merged person
  • fieldType (type: String.t, default: nil) -
  • value (type: String.t, default: nil) - The value of the origin field

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.AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetOriginatingField{
    fieldIndex: integer() | nil,
    fieldType: 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.