AppsPeopleOzExternalMergedpeopleapiContactStateInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to contact information and social graph data, specifically dealing with the state of contacts and their metadata. It may be used to understand relationships between people, organizations, or entities, and how they interact with each other.
  • Impact on search results: This module could impact search results by influencing how Google understands the relationships between entities, which could affect the relevance and ranking of search results. For example, if a website is closely tied to a particular organization or individual, this module may help Google understand that connection and surface more relevant results.
  • How a website may change things: To be more favorable to this function, a website may want to ensure that its contact information is accurate, up-to-date, and easily accessible. This could include providing clear information about the website's ownership, affiliations, and relationships with other entities. Additionally, using schema markup or other structured data formats to provide explicit information about contacts and relationships may help Google better understand the website's social graph.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contact state and related metadata. See go/fbs-contacts-trash. This message is a pure wrapper of the shared ContactState message so that it can be a top-level person field. No other fields should be added to the message.

Attributes

  • contactState (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactState.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.AppsPeopleOzExternalMergedpeopleapiContactStateInfo{
    contactState:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactState.t()
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.