AppsPeopleOzExternalMergedpeopleapiEmergencyInfo

AI Overview😉

  • The potential purpose of this module is to identify and verify trusted contacts or emergency information associated with a person, potentially for use in search results or other Google services.
  • This module could impact search results by influencing the ranking or display of search results related to people or entities, potentially giving more weight to results from trusted contacts or sources. It may also be used to filter out untrusted or low-quality results.
  • A website may change things to be more favorable for this function by ensuring that their people or entity data is accurate and up-to-date, and that they have a clear and transparent process for verifying trusted contacts or emergency information. They may also want to consider implementing structured data or markup on their website to help Google understand and extract this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Emergency info for Person. See go/emergency-trusted-contacts-papi.

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • pomeroyId (type: String.t, default: nil) - Opaque id from Pomeroy (go/pomeroy). Non-empty pomeroy_id means that this contact has the potential to become trusted contact or it's already trusted contact. Trust is eventually gaia<->gaia link, but when the trust link is initiated gaia might not be known. Until gaia is discovered, pomeroy_id is used to identify the contact uniquely. If trust_level is missing or set to TRUST_LEVEL_UNSPECIFIED pomeroy_id must be empty.
  • trustLevel (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.AppsPeopleOzExternalMergedpeopleapiEmergencyInfo{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    pomeroyId: String.t() | nil,
    trustLevel: 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.