AppsPeopleOzExternalMergedpeopleapiRelationRelationDetails

AI Overview😉

  • The potential purpose of this module is to gather and store information about individuals, including their name, job title, ID, and photo URL. This information is likely used to enhance search results and provide more personalized and relevant information to users.
  • This module could impact search results by allowing Google to better understand the relationships between people, organizations, and content. For example, if a user searches for a person's name, Google may be able to provide more accurate and relevant results, such as their job title, organization, and photo. This could also enable features like personalized search results or recommendations based on a user's social connections.
  • To be more favorable for this function, a website may want to ensure that it provides clear and accurate information about individuals, such as their name, job title, and organization. This could include using structured data markup like schema.org to provide explicit information about people and their relationships. Additionally, websites may want to ensure that they have high-quality and relevant photos of individuals, as well as up-to-date and accurate information about their profiles.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • displayName (type: String.t, default: nil) - Equivalent to Name.display_name for the person_id profile.
  • jobTitle (type: String.t, default: nil) - Equivalent to Organization.title for the primary organization of the person_id profile.
  • personId (type: String.t, default: nil) -
  • photoUrl (type: String.t, default: nil) - Equivalent to Photo.url for the person_id profile.

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.AppsPeopleOzExternalMergedpeopleapiRelationRelationDetails{
    displayName: String.t() | nil,
    jobTitle: String.t() | nil,
    personId: String.t() | nil,
    photoUrl: 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.