AppsPeopleOzExternalMergedpeopleapiVisibleToGuests

AI Overview😉

  • Potential purpose of module in simple language: This module, `AppsPeopleOzExternalMergedpeopleapiVisibleToGuests`, appears to be responsible for storing and managing metadata information about contacts or people who are visible to guests. This could be related to Google's people search feature or contact management systems. The module's purpose is to handle annotations, product sources, and other metadata related to these visible contacts.
  • How it could impact search results: This module could impact search results by influencing the ranking or visibility of search results related to people or contacts. For example, if a user searches for a specific person, the search results may prioritize contacts that are marked as "visible to guests" over those that are not. This could also affect the autocomplete suggestions or people search results, making it more likely for users to find publicly available information about individuals.
  • How a website may change things to be more favorable for this function: To be more favorable for this function, a website could ensure that their people-related content (e.g., employee profiles, author pages, or contact information) is properly structured and annotated with relevant metadata. This could include using schema.org markup or other standardized formats to provide clear information about people, their roles, and their relationships. By doing so, websites may increase the chances of their people-related content being accurately indexed and ranked by Google's search algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Store metadata information like annotation-id and product source for visible to guests contacts go/visible-to-guests.

Attributes

  • 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.AppsPeopleOzExternalMergedpeopleapiVisibleToGuests{
    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.